How to save CSV file with custom text before headers
There is a way to import a csv file where headers start not from the first line. You just specify the on what line the headers are. But let's say after I did something with the data table and I want to export it back to the same format, how would I do that? Let's say I have the text, and it is just one line.So that this CSV in Excel looks like this:and in a Notepad it looks like this: Is there a c...