Focal Point
[CLOSED] XML data import

This topic can be found at:
https://forums.informationbuilders.com/eve/forums/a/tpc/f/7971057331/m/4901046372

February 27, 2008, 12:18 PM
DOJJoe
[CLOSED] XML data import
I'm new to WF and need to know the best way to import or load an XML file into a FOCUS table or to convert the XML into a usable format like a fix or flat file. Thanks. joe

DevStudio 7.6.2
WF Suze Linux

This message has been edited. Last edited by: Kerry,


Configuration Date: 10/31/2007
Build Date: 09/15/2007
Gen Number: 231
Release: 763
Source Date: 09/14/2007
WF jar seq number: 71
WF jar release: 7.6.3
Build Sys: Linux Kernel-2.6.5-glibc-2.3.3 zSeries 64bit
Support Sys: Linux Kernel-2.6.5-glibc-2.3.3 and up zSeries 64bit
February 27, 2008, 01:26 PM
RichH
Hi Joe,

Check with IBI. They do have an XML adaptor that can be configured to read these files.

Rich


WebFOCUS 8202 Win 2012
Test - WebFOCUS 8203 on Win 2012
February 27, 2008, 01:45 PM
Darin Lee
While Rich's suggestion is the most straightforward, it will also cost $$ for the additional XML adapter. If you open the XML file in Excel, does it appear correctly in columns? You could then save as flat file or comma-delimited, move it to your WF server, create a Master File to describe it, and you've got what you need.

You would need to follow these steps for every XML file that you want to access.


Regards,

Darin



In FOCUS since 1991
WF Server: 7.7.04 on Linux and Z/OS, ReportCaster, Self-Service, MRE, Java, Flex
Data: DB2/UDB, Adabas, SQL Server Output: HTML,PDF,EXL2K/07, PS, AHTML, Flex
WF Client: 77 on Linux w/Tomcat
February 28, 2008, 03:15 AM
Tony A
What is the intended use of your XML file?

If purely to display the entire contents then look at using an XSL file to display it.

If you need to select only certain records then, as Darin says, open the file in Excel which has the ability to convert XML files, even creating it's own schema if you do not have the reference to one in the XML file itself.

T



In FOCUS
since 1986
WebFOCUS Server 8.2.01M, thru 8.2.07 on Windows Svr 2008 R2  
WebFOCUS App Studio 8.2.06 standalone on Windows 10 
February 28, 2008, 10:03 AM
DOJJoe
Thanks for the replies. I will need to build an automated process that pulls in XML files and loads them to table(s). I read that Maintain does not support XML directly, so, I will need to get them into native Focus or some other maintain addressable format. Any thoughts or best practices? .. thanks


Configuration Date: 10/31/2007
Build Date: 09/15/2007
Gen Number: 231
Release: 763
Source Date: 09/14/2007
WF jar seq number: 71
WF jar release: 7.6.3
Build Sys: Linux Kernel-2.6.5-glibc-2.3.3 zSeries 64bit
Support Sys: Linux Kernel-2.6.5-glibc-2.3.3 and up zSeries 64bit
September 23, 2010, 06:00 AM
Ian Dalton
Hey Joe, Did you get the XML Adaptor working OK ? Or did you go down another route ? I am hoping to use this myself so keen to hear of others experiences. Cheers....


_______________________
*** WebFOCUS 8.1.05M ***
September 24, 2010, 12:47 PM
dojo
No, I am only able to do it manually with the create synonym tool. I'd bet there is a way to issue a CREATE SYNONYM command and then dump the data into a hold file for further processing. I just can't find it anywhere. j


Linux/zVM/WF7.6.11
September 24, 2010, 12:49 PM
dojo
Additional info: We already purchased the XML adapter. I can create the synonym manually however I need a way to do it programatically i.e. in a FEX.


Linux/zVM/WF7.6.11