How can one re-order a CSV without headers. Please note that the CSV file has around 100 thousands records.
Example of the CSV file:
1,$1,AA,GG,DD
2,$2,A1,FD,HH
3,$3,1A,PP,LL
4,$4,1G,LL,SS
Expected output:
DD,GG,1,$1,AA
HH,FD,2,$2,A1
LL,PP,3,$3,1A
SS,LL,4,$4,1G
Thank you all. PLEASE NOTE; Im using Windows