strapi-plugin-import-export-content icon indicating copy to clipboard operation
strapi-plugin-import-export-content copied to clipboard

Import plugin unexpectedly skipping valid data during import

Open tvvignesh opened this issue 4 years ago • 0 comments

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

tvvignesh avatar Aug 19 '21 17:08 tvvignesh