cancel
Showing results for 
Search instead for 
Did you mean: 

Convert values using MDM syndicator

Former Member
0 Kudos

Can i convert values using MDM syndicator?

example if i want to convert MDM value of A to 0 for destination system, how can i handle that?

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Subin,

Not sure if you can convert values in Syndicator directly. But you can definitely do the transformations in PI system. You can send data from MDM system as it is and then in PI system, you can convert the values and send the file to destination system. You can achieve this functionality easily. Or you can use Merge Items in Syndicator to convert value. You can store your conversions in a Flat file like:

Value     Conversion

A               0

B               1

and so on..

Then you can select this flat file as "Source File" in Merge Items tab and select "Matching field" as Value1(say, this is the MDM field which contains values like A, B, C and so on) and select "Source Field to Merge" as Conversion.

Then you can map this merge item to the destination item for which you want to send the converted value. Then syndicate the data to destination system. This way you can achieve your requirement.

Please let me know if this is helpful to you.

Thanks and Regards,

Ankush Bhardwaj

Answers (0)