Page 1 of 1

Reading xml file

Posted: Wed Oct 19, 2005 8:20 am
by shivan
Hi All,
I am trying to read an xml file. The way it should read is like that:
If the column name is there in the tag and there is no value, then it should consider as an empty string.Where as if there is no column name in the tag, then the value should be taken as null. But in my case, when i am tryting to read the tag. There is an element missing in the tag. So it should put null value in it. But instead of null value there is an empty string there.
require assistance
thanks
shivan

Posted: Thu Oct 20, 2005 12:25 am
by WoMaWil
Hi shivan,

first you should control if your target can make a difference between NULL and empty string by writing some test jobs.

If so, you are able thereafter to control the phenomen by code in your transformer-Stage.

Kind regards
Wolfgang