The default loader can't handle this. You would need a custom InputFormat,
which isn't too bad.
2012/12/9 L N
> Hi,
>
>
>
> > I have an unstructured file format. Assume below is the data in a file
> >
> > >
> >
> abxcd xyxc
>
> >
> >
> >
> > I need to process the data in between < >
Hi,
> I have an unstructured file format. Assume below is the data in a file
>
> >
>
abxcd xyxc
>
>
>
> I need to process the data in between < > only and neglect other
characters
>
> How do i write a pig script like below for loading the data in above file
> log =LOAD 'input' USIN