- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-07-2024 09:45 PM
I created one field having dropdown with None having true, false choices.
During first import I send the value as true it updated the value correctly.
During the second import I sent the empty field , but still it was showing true value in it. How I can clear the value in this case.
thanks,
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-07-2024 09:57 PM
Hey @Ak8977,
Have you selected the 'Copy empty fields' checkbox in the Transform Map?
Note that this will impact all field map in the transform map.
Cheers
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-07-2024 09:57 PM
Hey @Ak8977,
Have you selected the 'Copy empty fields' checkbox in the Transform Map?
Note that this will impact all field map in the transform map.
Cheers
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-07-2024 10:02 PM
In the transform map definition, if you check the checkbox 'copy empty fields' then you get the desired result.
It will empty the target value, if the input excel has empty value for the given column.