i would to know how can i edit my csv file to add first column with name 'linenumber' and iterate through each line and insert the number of the line in this column ?
Something like that
TEST TEST2 TEST3
valu value value
To that
linenumber TEST TEST2 TEST3
1 valu value value
Thanks in advance
Stoufiler