I need to split huge (>1 Gb) CSV files containing 50K+ columns each on a daily basis.
I've found Miller as an interesting and performant tool for such a task.
But I'm stuck on Miller's documentation.
How could I split one CSV to N
smaller CSV files where N
is a number of rows in my source file?