doccano
doccano copied to clipboard
Not importing metadata first time
How to reproduce the behaviour
Im trying to import my dataset in JSONL format. My dataset has the following format:
{"text": "....", "meta": [{...}]}
My uploading cofiguration is the following:

When the dataset is imported, no metadata is showing.
But, if I try to import my dataset like this:

I'm getting "Column label not found in the file". Then, if I change the column label from "label" to "meta" and import the file again, the metadata is showing as expected.
Am I doing it wrong or it's a bug?
Your Environment
- Operating System: Windows 11
- Python Version Used: 3.10.4
- When you install doccano: last version
- How did you install doccano (Heroku button etc): pip