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...