Read XML File

cheovargas

cheovargas

Member
good afternoon


To see if they could help me, I need to read an XML file and insert values in several tables, someone will know if this can be done and if so how would it be done ?.


I have made several tests and I have not managed to see the main node of the XML


Thank you very much for the help
 
Hi Jose,

Can you explain how you are trying to read the XML file? Are you using a C BSFN? Perhaps share your code.

thanks
Craig
 
I receive an xml file, I need to read it to insert records in some tables, my question is if there is a BSFN to help me read the records of the XML file


Thank you very much for your prompt response
 
There are some JDE C APIs that wrap the Xerces parser that you can use in a C BSFN to parse/create XML data that work really well.
 
Brian, sorry


You will have those BSFNs on hand to perform the tests


Thank you


Best regards
 
There are no generic JDE BSFNs to read XML files. You will have to write your own BSFN.
You could look at the BSFNs below for example
B34A4540
B34A2380
B964721
B96472
B90CA300
B0801140

or this report R984038XB

Thanks,
Matt
 
Back
Top