Hej Guys,
I wanted to ask if there is any documentation, or good resources on old Import/Export module.
By meaning "old" I mean DW 7 Portal - 19.2.2.1 - Custom
And/Or maybe someone could tell how can I achieve this:
I have an XML file, and I have a custom table (table I made myself).
XML contains elements - each element has 3-5 sub elements. Simmilar to Parent-Child relation.
The SQL table contains the list relations between father and child.
each father and each child has a unique ID so basically the table looks something like this:
ParentID ChildID
P1 - C1
P1 - C2
P1 - C3
P2 - C6
P2 - C7
etc...
Eventually I can create scheduled task to call it and perform the import.
So all I need is to figure out the import process and make sure ParentID attribute or parent node will end up ParentID column in relation table.
Thanks alot for help.
Regards,
Dmitrij