Hi a quick help needed in .csv.
How should I add an additional column to present csv file. I have 100 customers information in .csv file. Once application reads a particular line, append a column saying that "this line is read".
Hi a quick help needed in .csv.
How should I add an additional column to present csv file. I have 100 customers information in .csv file. Once application reads a particular line, append a column saying that "this line is read".
Whether you use a library or make your own parsing function, you'll need to do the following: