Focal Point Banner


As of December 1, 2020, Focal Point is retired and repurposed as a reference repository. We value the wealth of knowledge that's been shared here over the years. You'll continue to have access to this treasure trove of knowledge, for search purposes only.

Join the TIBCO Community
TIBCO Community is a collaborative space for users to share knowledge and support one another in making the best use of TIBCO products and services. There are several TIBCO WebFOCUS resources in the community.

  • From the Home page, select Predict: WebFOCUS to view articles, questions, and trending articles.
  • Select Products from the top navigation bar, scroll, and then select the TIBCO WebFOCUS product page to view product overview, articles, and discussions.
  • Request access to the private WebFOCUS User Group (login required) to network with fellow members.

Former myibi community members should have received an email on 8/3/22 to activate their user accounts to join the community. Check your Spam folder for the email. Please get in touch with us at community@tibco.com for further assistance. Reference the community FAQ to learn more about the community.


Focal Point    Focal Point Forums  Hop To Forum Categories  iWay Software Product Forum on Focal Point    [CLOSED] inserting XML data as multiple records

Read-Only Read-Only Topic
Go
Search
Notify
Tools
[CLOSED] inserting XML data as multiple records
 Login/Join
 
Silver Member
posted
Hi Friends,

I have a requirement of storing a xml data as multiple records in oracle table.

Here is my sample input:


ABC
City

A-1
B-1
C-1

....
.
.
.


I want this to be inserted in my table
as follows
storename storelocation partnum
ABC City A-1
ABC City B-1
ABC City C-1

But this one is getting inserted like this
as I didn't use any iteration.

storename storelocation partnum
ABC City A-1|B-1|C-1


Can anyone suggest me a highlevel logic to insert as a separate row in the table.

Thanks in advance,
Mary Gerald...

This message has been edited. Last edited by: <Kathryn Henning>,


7.7.04M, Windows 7 , HTML, PDF,EXCEL
 
Posts: 36 | Registered: April 11, 2012Report This Post
Silver Member
posted Hide Post
Sample input

 
<SEARCH>
<STORENAME>ABC</STORENAME>
<STORELOCATION>City</STORELOCATION>
<PRODUCT>
<PARTNUM> A-1 </PARTNUM>
<PARTNUM> B-1 </PARTNUM>
<PARTNUM> B-1 </PARTNUM>
</PRODUCT>
.
.
</SEARCH>


7.7.04M, Windows 7 , HTML, PDF,EXCEL
 
Posts: 36 | Registered: April 11, 2012Report This Post
Guru
posted Hide Post
Save your sample as mary.xml and then from New, Synonym select the XML adapter and create a synonym using the xml as a source. Sample data returns separate rows. Then use DataMigrator to load.



N/A
 
Posts: 397 | Location: New York City | Registered: May 03, 2007Report This Post
Silver Member
posted Hide Post
Thanks for the reply clif.

But looks like the screen shot is for Iway DataMigrator.

I think I wasn't clear enough.

I need this in Iway Integration Tool.


7.7.04M, Windows 7 , HTML, PDF,EXCEL
 
Posts: 36 | Registered: April 11, 2012Report This Post
  Powered by Social Strata  

Read-Only Read-Only Topic

Focal Point    Focal Point Forums  Hop To Forum Categories  iWay Software Product Forum on Focal Point    [CLOSED] inserting XML data as multiple records

Copyright © 1996-2020 Information Builders