I have many huge CSV files (2-4 GB), I just want to rewrite the headers of CSV files without loading the whole file.
What's the optimal way to do this? Headers on each file are different, just want to give header names as input parameter and join it with the body of the file.