cancel
Showing results for 
Search instead for 
Did you mean: 

Syndicating data to a Text file

former_member189669
Active Participant
0 Kudos

Hi Folks,

There is a need to syndicate data from MDM into text file.Destination fields are defined in a customised xsd schema file.All /selected records from MDM must be syndicated to text file containing fields defined in xsd along with the field values of MDM.

Please advise how this can be achieved.

Regards,

Vinay M.S

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Vinay,

There is a need to syndicate data from MDM into text file.Destination fields are defined in a customised xsd schema file.All /selected records from MDM must be syndicated to text file containing fields defined in xsd along with the field values of MDM.

MDM can syndicate the data into flat or XMl format. If you are syndicating the XML files, you need to use the XSD.

However, in your case, as far as I know, if you have to syndicate the data in text file format, then you will have to create the target fields in the Destination Items, and then perform the mapping. Syndicate the file in Txt format. Save the map and use it for furthur syndications.

If you are using the XSD, then you will get an XML file as output. Probably you can ask PI/XI to convert the XML file into Text file.

Hope this info helps.

Thanks and Regards

Nitin jain

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi,

If you need to syndicate data into a Text file ,you cannot use the XSD.

Go to Destination items tab and manually create the fields which you need to syndicate .

Thanks

former_member208981
Contributor
0 Kudos

Hi Vinay,

Please follow the below:

To syndicate in xml:

File -> New -> XML Schema File -> Browse the file -> Give the root

After this step, you will get the field names in Destination items.

Do the mapping.

Syndicate

This will give you the output in xml

To Syndicate in text :

Create the Destination fields in Destination items

Map them

Syndication -> Execute

This will give you in text format

Hope it helps.

Thanks,

Priti