in reply to Re: Doublequotes in column
in thread Doublequotes in column
I tried the code, but it didn't remove the double quotes when opened as text file. I tried it on the whole $line and on $Uni (3rd column). No effect. Then, I had to manually cut the 3rd column into a text file and open it in spreadsheet to get rid of the doublequotes. Basically, this file was created using text::CSV_XS with the option always_quote=>1. The reason I wanted to get rid of this double quote is that this created problems when column 3 is used to match with another file.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: Doublequotes in column
by Marshall (Canon) on Dec 06, 2011 at 09:45 UTC |