Hi,
I have the attached file, but my issue is that the file I am parsing, is
in this format:
“45hc43j”,“sdfsdf”,"",“Dead”,“sdfdsf “,“sgfsdf”,””,“sdfg”,“null”,"",
That is why I escape quotes in the script. How do I get an output that
doesn’t have double quotes? I tried using gsub but it was of no use.
Also, the data snippet above is a csv file…but if you were to output
it to command line and text after running the script, it returns those
elements as quotes as seen above.
Any help will be appreciated.
Mick