I think I work too much to help, help me ...
I am creating a categorized todo list (and not as a function or something else, just quick, out of the cuff).
The list should be organized as follows:
Category1
So, I have 2 text files, 1 with categories and one with elements.
If this were a database problem, I would make a Cartesian connection, and the result would be very close to what I need.
What I want to do is take these 2 files and pop out the Excel file, where the first column is the category and the second is the elements.
I started writing a small C # program to overdo it, but it seems to me that something is missing - is there a macro or maybe even a powerful powershell script that I could put together to do this? It seems to be so simple ...
source share