- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-20-2024 04:32 AM
Hello Community,
I am trying to help client, who need to connect risk statements with control objectives.
In transform maps we match it with valid referance field in target table.
As a result I got 64/319 inserts.
Only control objectives which are less than 32 characters are uploaded and correctly mapped, the rest is skipped by transform map.
Any ideas why it is like this, and how to fix it?
Thanks in advance
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-20-2024 05:25 AM
That's because it can't find the correct records. You need to to to your import set table and adjust the size of the field to at least have the minimum length of the longest input value, so it can be mapped properly.
If it can't find the exact match in the table, it will return nothing.
Please mark any helpful or correct solutions as such. That helps others find their solutions.
Mark
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-20-2024 05:25 AM
That's because it can't find the correct records. You need to to to your import set table and adjust the size of the field to at least have the minimum length of the longest input value, so it can be mapped properly.
If it can't find the exact match in the table, it will return nothing.
Please mark any helpful or correct solutions as such. That helps others find their solutions.
Mark
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-20-2024 05:27 AM
Thanks Mark, that was exactly this