http://www.rpg-xml.com/
or
http://www.goering.de/en/i4xml.html
but they are very expensive and we cannot afford them now days.
Can anyone suggest free or cheap solution?
Thank You in advance.
Gary Segal
What is "PF"?
IBM has a free XML toolkit which is a port of the Apache XML parser
and XSL processor. Look for 5733XT1 or 5733XT2 depending on what OS
release you are using.
PF - is Physical File.
Thank You I know about it.
I am looking for the solution that will not take so much time to
develop. Besides I am not sure if IBM solution will convert the file
from XML to the native iSeries File.
I think it converts from native iSeries Files into XML.
Thank You All .
Any other Solutions?
Is there an online tool or something that you can convert an XML
document to a CSV then import into a DB2 on the 400.
The Apache code can use any stream as input be that from an IFS file,
a DM file, a memory buffer, or whatever. It can write to any sort of
file that a program can open (IFS, DM, ...).
How is the XML stored now? How do you want it to be stored?