[CSV] Record Separator query

2017-08-08 Thread nitin mahendru
Hello All, I am trying to read in a csv file which may be 'crlf' or 'lf' seperated. Then I want to change a particular column, say encrypt it and then write back a new csv with that updated column. I want to use the same record separator as was in the input file. Is there a way to get the record

Re: [CSV] Record Separator query

2017-08-08 Thread Gary Gregory
Hi Nitin, You _tell_ the parser what record separator to use, the parser does not tell you. Gary On Aug 8, 2017 16:13, "nitin mahendru" wrote: Hello All, I am trying to read in a csv file which may be 'crlf' or 'lf' seperated. Then I want to change a particular column, say encrypt it and the