You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@pig.apache.org by Віталій Тимчишин <ti...@gmail.com> on 2012/11/06 14:59:06 UTC

Re: Reading fixed width files in pig

Sorry for late response, but in case you still need it.
I've used regular expression loader for such task.
The regexp would look something like
^(.{12})(.{10})$
for fields of width 12 and 10

2012/10/23 ranjith raghunath <ra...@gmail.com>

> Team,
>
> Are any out of the box load functions for fixed width files?
>



-- 
Best regards,
 Vitalii Tymchyshyn