Page 1 of 1

How to read file when only half of the columns are optional.

Posted: Sun Nov 05, 2006 6:53 pm
by new2dsx
Hi,

I need to read sequential file where in 50% cases file may contain half of the columns. There are some required columns and some are optional. File is comma delimited.

In server version, I was able to do this type of functionality by defining optional column properties. but in parallel version, that property is not avaiable.

I am inclined towards developing server job to solve this, but would like to use parallel jobs if possible.

Thanks,
New2DSX

Re: How to read file when only half of the columns are optio

Posted: Mon Nov 06, 2006 12:17 am
by madhukar
You can define a runtime Schema file and pass it as parameter...