I have a .csv file and I want to edit it. I need to be able to change values in rows on the fly, e.g. change element 40 in row 100 from \'string1\' to \'string2\'.
I