strapi-plugin-import-export-content
strapi-plugin-import-export-content copied to clipboard
Unable to import CSV: Unexpected mixed field
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.

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