When trying to upload a csv document where string fields are composed of only digits, an AJV validation error is received.
For example if we have a model where the id is of type string and the record's id is "37463838" at some point in the csv parsing this is changed to Int, and AJV will throw a validation error.
Please note that this error doesn't happen when creating a single record. This error has to do with CSV parsing.
When trying to upload a csv document where string fields are composed of only digits, an AJV validation error is received. For example if we have a model where the id is of type string and the record's id is "37463838" at some point in the csv parsing this is changed to Int, and AJV will throw a validation error.
Please note that this error doesn't happen when creating a single record. This error has to do with CSV parsing.