Okay, thank you.
Is it any particular data type - is it possible to flag when it finds a data type that it doesn't understand?
Incorrect Data Type Import
-
admin@secsol.co.uk
- Posts: 64
- Joined: Wed Jun 01, 2022 8:26 am
-
Max Shamanov
- Posts: 1066
- Joined: Tue Sep 07, 2021 10:11 am
Re: Incorrect Data Type Import
Hello,
The int type comes as INTEGER, so it is converted to a string.
At the moment, there is nothing you can do about this except change the type from string to int yourself.
We will let you know when the issue is fixed.
Thank you.
The int type comes as INTEGER, so it is converted to a string.
At the moment, there is nothing you can do about this except change the type from string to int yourself.
We will let you know when the issue is fixed.
Thank you.