I am doing a mapping. I have a field in source "Details". It is sent as a string The string may contain constants like Price, Brand, Year.
If the string contains "Price", I have to send the vale "X" to the target field Price
If the string contains "Brand", I have to send the vale "X" to the target field Brand
If the string contains "Year", I have to send the vale "X" to the target field Year
The source string Details can contain all the three constants, two constanst, one constant or none
Source
Details
Target
Price
Brand
Year
Is UDF needed for this?