RE: Double quotes in csv data

2015-10-22 Thread michael.england
: Double quotes in csv data Hi Micheal, You can write some python/perl script and can transform the csv. On Wed, Oct 21, 2015 at 8:57 PM, mailto:michael.engl...@nomura.com>> wrote: Hi, I have some CSV data which is encompassing each field in double quotes e.g. “hello”, “”, “test”, “”. I n

Re: Double quotes in csv data

2015-10-21 Thread Vikas Parashar
Hi Micheal, You can write some python/perl script and can transform the csv. On Wed, Oct 21, 2015 at 8:57 PM, wrote: > Hi, > > > > I have some CSV data which is encompassing each field in double quotes > e.g. “hello”, “”, “test”, “”. > > > > I noticed that there is a CSV Serde now available