Splitting CSV File

xau

New member
I’m trying to split a CSV File and Copy header to each file.

Split After occurance 0x0D0x0A which works for every line EXCEPT for the Header line
tried the CR+LF - didnt work for this file… so its taking the header and 1st line, and copying it into the header of each file…

is there a way to split based on (CR+LF) OR (0x0D0x0A)

its working, its splitting a 7GB csv file (4.5 million rows)

(I can email sample file)
Thanks
 
Last edited:
Back
Top