You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 25, 2022. It is now read-only.
Hi. I have been using this plugin for CSV imports in Strapi and after some usage, I noticed that it skipped some records even though it was perfectly valid.
For eg.
This is my collection:
And when I try to upload this RAW CSV row, it works IN30306910082165,MANOHARAN V M,100,8/31/2019
But if I try to upload this RAW CSV row, it does not import 1201060000935294,GULSHAN GURLI ,1,8/18/2020
But works if I change the first field to alpha numeric to something like this: ABCD,GULSHAN GURLI ,1,8/18/2020
This shows that there is some typecasting happening which makes it interpret it as integer somehow internally even though the schema declares the field as Text.
Any help appreciated in resolving this. Thanks.
PS: On a side note, may I know where can I increase the limit to number of rows which can be uploaded at once in a CSV cause uploading big files does not work.
Hi. I have been using this plugin for CSV imports in Strapi and after some usage, I noticed that it skipped some records even though it was perfectly valid.
For eg.
![image](https://user-images.githubusercontent.com/1165845/130117194-3f94aae7-bd01-42f0-8d7f-6cf6313d8f09.png)
This is my collection:
And when I try to upload this RAW CSV row, it works
IN30306910082165,MANOHARAN V M,100,8/31/2019
But if I try to upload this RAW CSV row, it does not import
1201060000935294,GULSHAN GURLI ,1,8/18/2020
But works if I change the first field to alpha numeric to something like this:
ABCD,GULSHAN GURLI ,1,8/18/2020
This shows that there is some typecasting happening which makes it interpret it as integer somehow internally even though the schema declares the field as Text.
Any help appreciated in resolving this. Thanks.
PS: On a side note, may I know where can I increase the limit to number of rows which can be uploaded at once in a CSV cause uploading big files does not work.
CC: @EdisonPeM
The text was updated successfully, but these errors were encountered: