Page 1 of 1

Wrapped stage.

Posted: Fri Jun 24, 2011 11:18 am
by kollurianu
Hi all ,

I am trying to use wrapped stage for invocation of any unix commands or shell scripts.. ,So I am trying the example and mentioned in the manual ..
and I am getting following errors when I run the Wrapped job..

main_program: Processing export schema for input 0:
"quote" value must be one of: 'single', 'double', or a 1 or 2 character string; text: quote=null
Processing import schema for output 0:
"quote" value must be one of: 'single', 'double', or a 1 or 2 character string; text: quote=null

I 've a pipe delimited file for input and output .. not sure why it is complaining about the format , I am able to view the source without any issues..

So any inputs would be greatly appreciated.
Thanks in advance..