XML input error

Post questions here relative to DataStage Enterprise/PX Edition for such areas as Parallel job design, Parallel datasets, BuildOps, Wrappers, etc.

Moderators: chulett, rschirm, roy

Post Reply
vishal_rastogi
Participant
Posts: 47
Joined: Thu Dec 09, 2010 4:37 am

XML input error

Post 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
Vish
eostic
Premium Member
Premium Member
Posts: 3838
Joined: Mon Oct 17, 2005 9:34 am

Post 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
Ernie Ostic

blogit!
<a href="https://dsrealtime.wordpress.com/2015/0 ... ere/">Open IGC is Here!</a>
Post Reply