Quantcast
Channel: Simplilearn Community
Viewing all articles
Browse latest Browse all 50081

csv reading in pig, csv file contains quoted comma

$
0
0
my data looks something like this

asdf, asdf, "adsf,qwef", asdf

When i read that data in pig using

PigStorage(',')

It stores the "adsf,qwef" as a two data, and stores it like

{ "adsf } { qwef" }

I want quotes to be treated as single data.

What should I do?

Im trying to write a pigscript to do this.

Viewing all articles
Browse latest Browse all 50081

Trending Articles