Transform payment terms data given in excel format into XML
Summary
Transform payment terms data given in excel format into XML so that it can be loaded via FSMContent
We recently created a process to transform Receivables Payment Terms Data given in excel format into XML
so that it can be loaded via FSM.
Below are basic steps to be followed.
1. Convert the data into header and Lines (details) format.
2. Load data into staging table
3. Prepare and run the sql query using XMLELEMENT & XMLFOREST etc to transform data into XML
4. Load XML data from FSM.
Attached document has more details including objects like table creation script, SQL Loader, SQL query
1