0
Views
1
Comments
XML
Question
Hi,

First of all, let just state it clear that I'm new to Outsystems,

Given the above, I will be forever thankful for your answers, but please try to keep the answer on a begginer level.

The question is not so simple, though.

I'm trying to import an .XML file to a new database.

The XML has multiple tables and text.

I have been trying the XMLRecords example, but achieved nothing.

Could you direct me to the right path?

Thank you.

BA
2016-04-21 20-09-55
J.
 
MVP
Since you are a beginner I suggest:

Toy with xmlrecords and its example by extended those structures

- add an attribute and see the result with export/import
- remove an attribute and see the result with export/import
- add an attribute of type record and see the result with export/import
- add an attribute of type record-list  and see the result with export/import
- continue altering it until you have "mapped" your xml

this way you will understand what happens with xmlrecords

good luck!

Community GuidelinesBe kind and respectful, give credit to the original source of content, and search for duplicates before posting.