Hi,
I need to parse and convert an entire column in a simple CSV file that has two columns.
John, 128222971326628000
Paul, 128491909317205000
Greg, 128160037933161000
Basically I need to perform some arithmetic on the second column and update the value in the column with the result of this operation while leaving the first column untouched.
Can you please give me some hints on how would I go about doing this?
I have looked at some examples and none of them explains how to update an entire column.
Thank you in advance for your help.