I have a valid CSV file (columns: [‘ID’, ‘Completion’, ‘Prompt’]), but I’m getting "ERROR in read_any_format validator: does not appear to be in valid CSV format" while using
had this same problem; thought it might be special chars since my data had emojis, newlines, symbols, kanji, etc, but importing to a spreadsheet and resaving as a CSV fixed the issue.