- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-12-2023 05:39 AM
Hello everyone,
I m importing data from a csv file, i got lots of errors and when I invistigate I found that the problem is when there is many columns which are empty, I made the screen under to illustrate what I am talking about
Is there any solutions to this, do you thing it is something else the problem.
This is the recap of the import set
and i got 290 errors which are all like the line i screened above
Thank you for your help
Regards,
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-12-2023 07:06 AM
Hi @Nesrine1
Greetings!!
The error is due to transform map. You need to update your transform map to accept empty field ,also please check the errors in attached screen shot . Why this record is not store. May be colsec issue.
Open this record and check.
If my response proves useful, please indicate its helpfulness by selecting " Accept as Solution" and " Helpful." This action benefits both the community and me.
Regards
Dr. Atul G. - Learn N Grow Together
ServiceNow Techno - Functional Trainer
LinkedIn: https://www.linkedin.com/in/dratulgrover
YouTube: https://www.youtube.com/@LearnNGrowTogetherwithAtulG
Topmate: https://topmate.io/atul_grover_lng [ Connect for 1-1 Session]
****************************************************************************************************************
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-12-2023 07:06 AM
Hi @Nesrine1
Greetings!!
The error is due to transform map. You need to update your transform map to accept empty field ,also please check the errors in attached screen shot . Why this record is not store. May be colsec issue.
Open this record and check.
If my response proves useful, please indicate its helpfulness by selecting " Accept as Solution" and " Helpful." This action benefits both the community and me.
Regards
Dr. Atul G. - Learn N Grow Together
ServiceNow Techno - Functional Trainer
LinkedIn: https://www.linkedin.com/in/dratulgrover
YouTube: https://www.youtube.com/@LearnNGrowTogetherwithAtulG
Topmate: https://topmate.io/atul_grover_lng [ Connect for 1-1 Session]
****************************************************************************************************************
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-12-2023 07:45 AM
Thank you for your response
I reviewed the coalesce operation, and I identified that the issue was caused by leading zeros in the field, which were being removed
Regards