Is there a way to add a \"tag\" (add a unique metadata/identifier) to a CSV file without affecting the contents or ability to read/write the file?
I am using Python, but
Just add comment lines that you can parse later.
#Creator:JohnSmith #Date:.... #Columns:id,username,... 1,JohnSmith 2, ..