What do I have:
- .csv file
- with multiple columns
- a list of keywords in the first column
What do I want to do:
- add a new first column (moving the others on the right) that I'll call "A"
- read each word of the (now) second column that I'll call "B"
- for each word of column B I want to write an elaborated word in column A
I'll take care of the elaboration functions.
May you help me with this .csv editing?
,then writing back out again.