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.  XML BRD Data sources

    Employee
    Posted 05-19-2010 23:16

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

    Originally posted by: eparoak

    I have a number of xml files from Transmission OSS systems that I need to correlate customer data to/from.

    I wondered if anyone has built up a generic method using dtd or filters to execute an xml parsing type function in the tool.

    I can gnerate csv files through external parsers, but would like to be able to do it all within the tool, so as to keep control of what happens to the source data.

    Jim


  • 2.  RE: XML BRD Data sources

    Employee
    Posted 05-20-2010 08:37

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

    Originally posted by: timonk

    Jim,

    Good Day.

    At this time the only way to do effective xml parsing within LAE is to setup a Python node and utilize Python's SAX or DOM style parsing.

    It may take a bit of time to setup, but it does keep all the data processing within your graph.

    There are future plans for an XML Node.
    http://community.mda-data.com/showth...ighlight=parse

    Regards
    Timon Koufopoulos
    MDA Support.