Skip to content
This repository has been archived by the owner on Nov 25, 2022. It is now read-only.

Import plugin unexpectedly skipping valid data during import #37

Open
tvvignesh opened this issue Aug 19, 2021 · 0 comments
Open

Import plugin unexpectedly skipping valid data during import #37

tvvignesh opened this issue Aug 19, 2021 · 0 comments

Comments

@tvvignesh
Copy link

tvvignesh commented Aug 19, 2021

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:
image

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

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant