Insert comment rows above headers

I know this is not a typical CSV manipulation and there are ways of doing it, I wonder if EDT allows me to add rows about the column headers. I need to save the exported CSV file with a comment lines such as version of the file. This is required from the website I need to upload the files to. Without having the comment lines at the beginning of the CSV, the import does not work. Now I manually open the CSV insert rows and copy past the text into it and save.

You could read the CSV file in as plain text and use Stack to add the comment. Then write back out as plain text with Write header unchecked.

comment.transform (2.6 KB)