Hello all,
I've been searching high and low for an answer here, but have come up dry. I'm hoping someone can help.
I have a script that pulls data out of a text file. The end result is that I'm left with 9 arrays of the same length where the individual rows in the array all correspond with one another. I'm trying to get these arrays into a CSV file for data
analysis. I have created an object and added each array to the object as a NoteProperty.
When I use the export-csv command, the first row has all of the property names, which is great, but then the following row shows the variable type of each of the arrays, but does not enumerate the items in the array.
Can I use the export-csv command to do what I want or do I need to do a foreach loop and do it by hand?
Let me know if more information is needed.
Thanks