cancel
Showing results for 
Search instead for 
Did you mean: 

Problem with Input File Structure

Former Member
0 Kudos

Hello All,

I am not able to process below input structure. Please suggest me how can I create data type.

Ex:

<row:names>

<int:firstname>#####<int:firstname>

<int:lastname>######<int:lastname>

</row:names>

Thanks & Regards

Venkat

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi,

Is it necessary use namespaces? or is it the name of the tag when you put "<row:names>"?

Well

row : must be a namespace which should be defined in the header of the xml.

If you want to have a node name: "row:names", It is not possible bacause ":" is not a character valid for node´s names.

Regards

Ivan

Former Member
0 Kudos

Hi Jose Iván Reyes Arteaga,

How can i define in namespace.

':' is in source structure Namespace and header node also. How can i resolve this. Please suggest me.

Thanks & Regards,

Venkat

Edited by: venkat k on Aug 20, 2009 7:26 PM

Edited by: venkat k on Aug 20, 2009 7:26 PM

Former Member
0 Kudos

Hi,

Build the message as an external definition using any external tool. Then you can import in PI Integration Repository.

To add namespaces, pls see the following link:

http://www.w3schools.com/xml/xml_namespaces.asp

Regards

Ivan

Former Member
0 Kudos

Hi Jose Iván Reyes Arteaga,

I have tried with XSD converter tool. But tool is throwing error.

Thanks & Regards

Venkat

Former Member
0 Kudos

Hi Venkat,

What error you are getting after using the XML Converter?

regards,

Neetesh