- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-27-2023 05:09 AM
Hello Team,
When I am running Import set on loaded 20 records. data is not getting transformed as well as no error in transform history.
As well as import set state is also changed to "Test".
"Coalesce" is already on on one field
Any suggestion what went wrong
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-27-2023 06:31 AM
If your data is not getting transformed, and there are no errors in the transform history, there could be several reasons for this issue. Here are some common troubleshooting steps to help you identify and resolve the problem:
Data Mapping: Check that your data mapping in the transform map is correctly configured. Ensure that the source fields in your import set match the target fields in the transform map. If they don't match, the data won't be correctly transformed.
Field Coalesce: While you mentioned that you have "Coalesce" enabled on one field, it's important to ensure that the coalesce field is correctly specified and that it corresponds to a unique identifier for records. If the coalesce field doesn't uniquely identify existing records, it may not update the correct records during the transformation.
Transform Script: Review any transform scripts associated with the transform map. Check if there are any conditions or logic in the scripts that might be preventing the transformation from occurring. Ensure that there are no syntax errors in the script.
Transform Field Conditions: In the transform map, you can specify field conditions that control when a field is mapped. Verify that these conditions are not preventing the field from being mapped.
please check video and do step as per mention you will get to know where you did mistake
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-27-2023 06:31 AM
If your data is not getting transformed, and there are no errors in the transform history, there could be several reasons for this issue. Here are some common troubleshooting steps to help you identify and resolve the problem:
Data Mapping: Check that your data mapping in the transform map is correctly configured. Ensure that the source fields in your import set match the target fields in the transform map. If they don't match, the data won't be correctly transformed.
Field Coalesce: While you mentioned that you have "Coalesce" enabled on one field, it's important to ensure that the coalesce field is correctly specified and that it corresponds to a unique identifier for records. If the coalesce field doesn't uniquely identify existing records, it may not update the correct records during the transformation.
Transform Script: Review any transform scripts associated with the transform map. Check if there are any conditions or logic in the scripts that might be preventing the transformation from occurring. Ensure that there are no syntax errors in the script.
Transform Field Conditions: In the transform map, you can specify field conditions that control when a field is mapped. Verify that these conditions are not preventing the field from being mapped.
please check video and do step as per mention you will get to know where you did mistake