LAE

Welcome to the LAE community!  Please feel free to start a discussion in the discussion tab or join in a conversation.

Discussions

Members

Resources

Events

 View Only
  • 1.  Convert a tabular data into a structured (Complex) XML

    Employee
    Posted 08-06-2014 00:48

    Note: This was originally posted by an inactive account. Content was preserved by moving under an admin account.

    Originally posted by: rakhi

    Hi, Can we able to convert a tabular data into a structured XML . Actually the xml structured is more complex. So there is any option to configure the structured XML. I am using "Output XML" node for the tabular data to XML conversion .But it is able to convert in a simple format. But we need to convert the structured (Complex) xml, where in the first portion will be the definition and the second portion will be data according to definition. Please help me. It�s urgent for me.
    Thanks in advanced.


  • 2.  RE: Convert a tabular data into a structured (Complex) XML

    Employee
    Posted 12-10-2015 03:35

    Note: This was originally posted by an inactive account. Content was preserved by moving under an admin account.

    Originally posted by: mgajdosik

    Hi,

    I would go for python node. There is no possibility of having generic node doing this, as you need to define the elements relationship (parents/children etc.) in terms of input fields. So which field is your grouping field at what level etc. This is the reason why python would be most helpful here. Also there is plenty of table->xml python code to be googled for.

    Regards
    Marek