The short description length of the imported data is truncated.

Wei_ Ling
Tera Guru

When I import data into the work order table, it is truncated because the short description is too long, but I set the max length to 1000 in the dictionary, but it is always truncated at the 73rd character. How do I solve this problem?

 

The system log contains the following error information:

Wei_Ling_0-1665383465470.png

1 ACCEPTED SOLUTION

Wei_ Ling
Tera Guru

https://www.servicenow.com/community/itam-articles/repair-fields-that-truncate-during-transform/ta-p...
I found the reason because the default value of the field length of the import set table is short. This problem is solved after the max length of the import table field is modified.

View solution in original post

2 REPLIES 2

Wei_ Ling
Tera Guru

https://www.servicenow.com/community/itam-articles/repair-fields-that-truncate-during-transform/ta-p...
I found the reason because the default value of the field length of the import set table is short. This problem is solved after the max length of the import table field is modified.

Wei_ Ling
Tera Guru

But the error in the system log still appears, which needs to be fixed!!! please help me