cancel
Showing results for 
Search instead for 
Did you mean: 

Create NRDM structure in dataservices

Former Member
0 Kudos

Hi Experts,

I am trying to create a NRDM structure in datasevices, to generate an XML file with tag and its attributes as per the below example.

I am creating NRDM structure from a file as per below dig.

This structure is giving the following XML output :

-<Filename>

      -<Class>

          <typ>2</typ>

           <pt>5</pt>

But. we need the output structure as below:

-<Filename>

     -<Class  typ=2  pt=5 >

How can we create this kind of structure?

Thanks for your inputs.

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos
Former Member
0 Kudos

Hi Arun,

I have to load multiple xml file with different structure to single target xml file.Can you please guide us how to do that.

Thanks,

Indira

former_member211387
Contributor
0 Kudos

Hi

At a high level, you can get each NRDM XMLsource, un-nest them and perform your transformation folowed by loading into the target NRDM structure. Depending on volume you may need to split the dataflow.

kind regards

Raghu

Former Member
0 Kudos

Can you please show the dataflow structure. parent structure is same but sub schema chnages and i need to load these xml files into one target xml.Please let me know how the dataflow looks like?

former_member211387
Contributor
0 Kudos

In order to do this, can you upload the source and target xml structures? Also details on the relationship....

Former Member
0 Kudos

You can provide *.xml to read in all the xml files in a directory. Unnest the schema after loading all the files and generate into single output.