todoist-export icon indicating copy to clipboard operation
todoist-export copied to clipboard

CSV export doesn't include task labels

Open mskenderian opened this issue 2 years ago • 1 comments
trafficstars

export json: seems to be correct

export csv: labels column shows "" if labels is null or should contact one value labels column shows "," if labels should contain two values labels column shows ",," if labels should contain three values and so on.

mskenderian avatar Dec 12 '22 21:12 mskenderian

Thanks for the report!

I get a slightly different result: a task has three labels, the result is """""" (so no commas at all). But either way, I can confirm that the labels are missing in the CSV export.

darekkay avatar Dec 13 '22 09:12 darekkay