- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-21-2022 11:47 AM
I'm attempting to transform an Excel spreadsheet into a custom table. I have a date received in the spreadsheet, and its format is yyyy-dd-MM, and I have a field map for it mapping u_date_received to u_date_received with same format. I have the transform to Enforce Mandatory fields with the option of "Only Mapped Fields". I have also tried it with Enforce Mandatory fields set to "No" with the same result.
When I run the transform, I get an error on every row telling me that date received is a mandatory field. There is data in the spreadsheet for every row, and the format matches.
There are screenshots below from the spreadsheet, the field map and the error I'm receiving on every row.
Anyone have any ideas as to what could be wrong?
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-21-2022 01:43 PM
Well, thanks for all the replies, but I figured it out and it's a weird one. The auto-map feature was generating a "Date Received" field, and then somehow another "Date Received" field was being generated without it being in my transform map. That was the one generating the error.
I removed the auto-generated one, and created one myself, and it worked first time.
Thanks for the help!

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-21-2022 11:51 AM
Can you check the import table to see if data was uploaded to that field?
Also, if you mark 'Rub Business Rule' on transform map unchecked, does it load fine?
Please mark this response as correct or helpful if it assisted you with your question.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-21-2022 12:15 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-21-2022 12:16 PM
I should have also said that I had "Run Business Rules" unchecked when I ran the transform.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-21-2022 12:32 PM
Ok...Looks like this import table was modified manually.
Ideally when you do the import, fields are created automatically and all the fields are set to string. Also there shouldn't be mandatory fields on an import table.
I would delete these fields and reload the data to create the field by system and then map it in transform map.
Please mark this response as correct or helpful if it assisted you with your question.