Alphabets missing in serial number when data is importing from Data source
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-08-2023 01:40 PM
HI
When asset data is importing from Data source (through attachment excel sheet) to Asset table for the serial number when added the alphabets are missing and only numbers are getting stored.
for example : if the data in Data source the Serial Number is GCMP8Y5 but data stored on the Asset table is 85.
why? but working fine in my PDI.
btw Serial Number on asset table is String type.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-08-2023 05:26 PM
Double-check the data type of the field where you are storing the serial number in the Asset table
If it's set to a numeric data type, it could cause the alphabetic characters to be truncated. Make sure the data type of the field is appropriate to store alphanumeric values.
During the import process, the data might be getting formatted or transformed in a way that removes non-numeric characters.
Check if any data formatting or transformation steps are applied during the import, and ensure that they are not inadvertently removing the alphabetic characters.
Please, don't forget to mark my answer as correct if it solves your issue or mark it as helpful if it is relevant for you!
Regards,
Tushar
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-10-2023 10:17 AM
Hi Tushar,
The field type is String and there is no script to filter the Serial Number.