Page 1 of 1

Delimited file parallel extraction.

Posted: Sun Mar 23, 2014 12:01 pm
by ramakrishna459
Can we extract the delimited text file using sequential file in parallel mode?
I know we can extract fixed width files.If we couldnt extract the delimited file paralley...what constraints doesnt alow to extract parallely.

Thanks
Rk

Posted: Sun Mar 23, 2014 6:19 pm
by ray.wurlod
You can. No constraints, although it's slightly more efficient when a fixed-length format is available.

The issue is that, with delimited files, the reader has to approximate the cutoff locations for each Nth of the file, and then scan for the next line terminator. With fixed width this is a simple byte-offset calculation.

Posted: Sun Mar 23, 2014 6:20 pm
by stuartjvnorton
Enlightenment lies within, my friend...
http://publibfp.boulder.ibm.com/epubs/pdf/c1938270.pdf