- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-26-2020 09:55 AM
Hi,
I have two custom fields created on the Test Case form.
Process Area and Description - Both are String type fields.
These fields are getting truncated. Initially the length was 40 i made it 50000.
When I copy paste from Excel sheet. Its perfect.
But when I load the data its getting Truncated!!
In Excel,
In Servicenow, (Its completely truncated)
PLEASE HELP!
Thanks in Advance,
Vaishnavi
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-26-2020 10:44 AM
So you need to modify the length of that field in import set table so that content will fit-in.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-26-2020 09:58 AM
Did you increase the size of the field on the import set table as well? More than likely it's being truncated there and that's why you see the issue on the data load. So two parts, expanding the field on the target table and on the import set table.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-26-2020 10:03 AM

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-26-2020 10:12 AM
The load still creates an import set table, you should be able to locate the import set table during the load, or by navigating to the import set. System Import Sets > Import sets > find the one that matches what you created and you'll see the import set table.
I ran mine twice in my PDI and it looks like it used the same import set table each time.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-26-2020 10:34 AM