Splitting CSV File

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

Found a solution here

0x0A change criteria to this

I see. You had a CSV file with another newline character than the one used by Windows, as explained here: