Hi, I want to remove junk data from my upcoming file loaded in the data loading activity. The enumeration for the Status attribute is as per the following in the schema.
But in my flat files, the upcoming data for Status is
While I am remapping in data loading like this and setting error processing as ignore the value , The unmatching value is not ignored
and If I am setting error processing as reject the line when there is no remapping value I am getting this error
can anybody help me out with how to remove junk data, Immediate help will be highly appreciated.