Hi pig users,

I wonder if anyone has experience in processing TSV files with Pig?
Usually a TSV file contains a header line describing the columns. For
example:

---- sample.tsv ----
first_name    last_name    age
foo               bar              1

I want to use the first line of TSV as the schema with chararray as data
type for all fields.

Is there a loader readily available for this kind of scenario?

Thank you,

Jerry

Reply via email to