Why doesn't my export contain "annotation results" column?

{"text": "test"}

You have to use " everywhere.

Hi, @makseq it turned out the issue was that, the original csv file with a ‘sentiment’ column, which is empty. And when export, the configured ‘sentiment’ in setting can’t overwrite the existing sentiment column, so its values don’t change, still empty.

That’s good know and thanks for help.

Do you mean you had a column sentiment in task.data? and it overwrites the export value?

Where is the task.data? I meant the csv file that contains my data, for example, ‘mydata.csv’. I import this csv file to LS, but it contains a ‘sentiment’ column, which doesn’t have any value. When it exports, it looks like LS outputs the Annotation Results to a ‘sentiment’ column and then writes to the file. But since this column already exists in the file, it doesn’t overwrite the column, so no value will be written to the file. The evidence is that, if I remove the ‘sentiment’ column from the csv file, and nothing else changes, the export is correct.

1 Like