directus / directus

The flexible backend for all your projects 🐰 Turn your DB into a headless CMS, admin panels, or apps with a custom UI, instant APIs, auth & more.

Home Page:https://directus.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Upload CSV File Error

Jerrygu113 opened this issue · comments

Describe the Bug

When I try to upload something on Directus with CSV file, it only shows blank in the system.

To Reproduce

1.Create the csv file.
Test upload 2.csv
2. try to upload to Directus collection with upload function
3. Show blank info

image

Directus Version

v10.6.4

Hosting Strategy

Self-Hosted (Docker Image)

Database

No response

The provided CSV does not look to be correctly formatted. The field names / headers / first row seems to have some unintended whitespacing resulting in " input1 " not being equal to "input1".
Test.upload.2.csv