files and i/o — moving data in and out5 / 9
csv and jsonl — the two formats ai moves data in
Cursor wrote a CSV-reading loop but used the wrong reader class. Fill in the class name on line 7 that yields dicts keyed by column name instead of lists keyed by index.
Class: csv.
⌘↵ runs the editor.
Booting Python…
Output
[promptdojo:~]$ _