Page 1 of 1

Creating xml

Posted: Fri Jun 16, 2006 1:59 pm
by medakiran
Hi folks,

I'm trying to create an xml.
What i'm doing is getting data from an oracle table and trying to create an xml. I'm able to create the xml, but, for some reason, the first column is missing in the xml. i.e., if i have 8 columns defined in the table definitions, i'm getting only 7 in the xml created. i'm missing the first column for all the rows. Kindly help me.

Thanks.

Re: Creating xml

Posted: Fri Jun 16, 2006 2:32 pm
by sud
medakiran wrote:Hi folks,

I'm trying to create an xml.
What i'm doing is getting data from an oracle table and trying to create an xml. I'm able to create the xml, but, for some reason, the first column is missing in the xml. i.e., if i have 8 columns defined in the table definitions, i'm getting only 7 in the xml created. i'm missing the first column for all the rows. Kindly help me.

Thanks.
This will have something to do with the way you imported the metadata. When you imported did u have 8 columns ?

Re: Creating xml

Posted: Fri Jun 16, 2006 4:12 pm
by medakiran
sud wrote:
medakiran wrote:Hi folks,

I'm trying to create an xml.
What i'm doing is getting data from an oracle table and trying to create an xml. I'm able to create the xml, but, for some reason, the first column is missing in the xml. i.e., if i have 8 columns defined in the table definitions, i'm getting only 7 in the xml created. i'm missing the first column for all the rows. Kindly help me.

Thanks.
This will have something to do with the way you imported the metadata. When you imported did u have 8 columns ?
Yes sud, i'm importing all the 8 columns.

Re: Creating xml

Posted: Mon Jun 19, 2006 8:58 am
by rajeevs
Check the Description column on the right of transformer. Check if the column names for the missing column is the same as the other ones..