Hi All,
I have a requirement in datamanagement where both my source and target are files. The source files is tweaked to get the target file. The data column can have data in numeric as well as non-numeric (Eg,12345,123456A,124578B etc). Now I have a mapping where all the numeric data is to be loaded as numeric and all the non-numeric data's last character(text) has mapping as below:
Source value Target value
*A 100
*B 200
* *
If I load a file, only numeric records are imported to the workbench and the non-numeric records are being skipped. I could not select the Load Method property in the Target Application as my target is a File(Custom Application). Please let me know how this can be achieved in DM.
Thanks in Advance.