CSV format loader

2009-12-08 Thread James Kebinger
Hi all, I realized a week or two ago that PigStorage(',') wasn't adequate to parse files that had commas embedded in properly CSV quoted fields. I went ahead and built a CSV parser for pig 0.3 that deals with embedded quotes (but not embedded newlines). Its up on github:

Re: CSV format loader

2009-12-08 Thread Alan Gates
Definitely. Alan. On Dec 8, 2009, at 3:12 PM, James Kebinger wrote: Hi all, I realized a week or two ago that PigStorage(',') wasn't adequate to parse files that had commas embedded in properly CSV quoted fields. I went ahead and built a CSV parser for pig 0.3 that deals with embedded