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

Unable to import CSV: Unexpected mixed field

Open yuepywu opened this issue 4 years ago • 1 comments

For example, a username field with 2 records and trying to import to strapi text field:

Username user1 22222

The above case counted as a mixed field import and the import was failed.

Suspected the 2222 hasn't counted as a text field.

image

yuepywu avatar Oct 15 '21 00:10 yuepywu

I am wondering if there is an option to force import as a string for some use case.

yuepywu avatar Oct 15 '21 00:10 yuepywu