I'm trying to aggregate data from various CSV's into one using the following line of code
“ ls -n *.csv | %{ ipcsv $_} | epcsv allinone.csv -NoTypeInformation “
It worked fine until I changed the exported csv name to OneWorldFile.csv. It looks like PS lands into an infinite loop and appends the data into the CSV. I’ll have to eventually halt the process.
“ ls -n *.csv | %{ ipcsv $_} | epcsv OneWorldFile.csv -NoTypeInformation “
Here is the screenshot for your verification : http://note.io/1pNoee3. Is there any reason for this behaviour? Did I miss something?
Thank you in advance for your reply.
Vimal.