Page 2 of 2

Posted: Fri Nov 21, 2008 11:13 am
by kittu.raja
eostic wrote:poor choice of words above....get each xml section into its own "row". Lots of techniques for doing that.

Ernie
Hey can you help me out in sppliting the file?

Thanks,

Posted: Sun Nov 23, 2008 11:28 pm
by John Smith
hi,

best to do the pre-processing outside of DS.write a unix script to do that. investigate using grep,sed and other unix functions. not hard to do...
once your file has been split up into proper XML chunks then your job can read it and parse your XML.

JS