Wednesday, February 14, 2024
Tip of the Day: Loading Varying Data Nodes from XML Files
Product.......: R:BASE 11
Build.........: 11.0.1.40214 or higher
Section.......: File Gateway
Keywords......: Import, XML, Node, Data Packet
Did you know that XML files with varying data nodes may be loaded into R:BASE tables?
Additional settings exist to flatten XML imports' structure and process attribute options. When the Data Packet prompt is displayed, new "Flatten Structure" and "Process Attributes" options are available to load the data nodes.
. Flatten Structure - specifies the structured records to be flattened so the related data appears as one row.
. Process Attributes - determines to process the XML data containing attributes within each element.
The GATEWAY IMPORT command also supports the new parameters to specify the enhanced options:
GATEWAY IMPORT XML DataFile.xml +
REPLACE DataShipment +
OPTION NODE_PATH \FILE +
|PROCESS_ATTRIBUTES ON +
|FLATTEN_STRUCTURE ON
The enhanced XML import options to flatten the structure and process attribute allow for reliable loading of data nodes!
Very Best R:egards,
Razzak.
R:BASE Technologies, Inc.
https://www.rbase.com
-- Tip of the Day: Loading Varying Data Nodes from XML Files
Product.......: R:BASE 11
Build.........: 11.0.1.40214 or higher
Section.......: File Gateway
Keywords......: Import, XML, Node, Data Packet
Did you know that XML files with varying data nodes may be loaded into R:BASE tables?
Additional settings exist to flatten XML imports' structure and process attribute options. When the Data Packet prompt is displayed, new "Flatten Structure" and "Process Attributes" options are available to load the data nodes.
. Flatten Structure - specifies the structured records to be flattened so the related data appears as one row.
. Process Attributes - determines to process the XML data containing attributes within each element.
The GATEWAY IMPORT command also supports the new parameters to specify the enhanced options:
GATEWAY IMPORT XML DataFile.xml +
REPLACE DataShipment +
OPTION NODE_PATH \FILE +
|PROCESS_ATTRIBUTES ON +
|FLATTEN_STRUCTURE ON
The enhanced XML import options to flatten the structure and process attribute allow for reliable loading of data nodes!
Very Best R:egards,
Razzak.
R:BASE Technologies, Inc.
https://www.rbase.com
For group guidelines, visit http://www.rbase.com/support/usersgroup_guidelines.php
---
You received this message because you are subscribed to the Google Groups "RBASE-L" group.
To unsubscribe from this group and stop receiving emails from it, send an email to [email protected].
To view this discussion on the web visit https://groups.google.com/d/msgid/rbase-l/498574747.667830.1707949479135%40email.ionos.com.

