Baboo7 / strapi-plugin-import-export-entries

Import/Export data from and to your database in just few clicks.
175 stars 86 forks source link

[BUG] Images fields becomes empty when updating rows with a CSV in a collection type #190

Open xaviermarchal opened 4 months ago

xaviermarchal commented 4 months ago

Describe the bug If i have already a row in a collection which contains a logo (image) already defined, if i import data with a csv on this line, the logo become null.

image

Before import : the logo is defined

image

Importing text data on only the "about" field

image

Result after: no logo anymore

To Reproduce Steps to reproduce the behavior:

  1. Go to a collection defined
  2. Click on Import
  3. Import the CSV with the following data
    id,about
    1,Test import
  4. See error

Expected behavior

Screenshots

Import "about" is successful

image

Additional context Add any other context about the problem here.