anubhav_nautiya
6 years agoContributor
Map the target column only if there is a value coming for the column from source
Hi, we have a requirement where we have to map the target column only if there is a value coming for the column from source, if not we just dont have to send data for that particular field.
for exa...
- 6 years ago
@anubhav.nautiyal
I think your requirement can be achieved in the two-step process.- Assign a null value for all those fields whose value is null or empty or the field itself is missing in source.
- Use expression on whole object and filter the fields whose value is null.
With the above two steps you can achieve what you are required. Here I am also providing the sample pipeline.
Map_only_existing_values_2019_11_14.slp (6.1 KB)