Page 1 of 1

XML input error

Posted: Mon May 23, 2011 12:25 am
by vishal_rastogi
Hi

i am using the xml input for that
i am putting evrything in sequential file in one column and then passing it to the xml input stage and then again to output sequential file

so always the input will go in one row(as i am putting the the things in one column also source is not providing me multiple values )
but when one of the tag in xml value is going beyond 250 char it is taking it as 2 rows and not writting anything to the output file

i tried with increased length in input also but still facing the problem

please suggest

Posted: Mon May 23, 2011 6:20 am
by eostic
I'm not sure I understand the issue entirely, but it's possible that you have a CRLF in your data somewhere that the sequential stage is seeing. Follow some of the tips I have here: www.dsrealtime.com and try using the External Source Stage to read the location of the file, instead of using the Seq Stage.

Ernie