promptdojo_

CSV and JSONL — the two formats AI moves data in — step 5 of 9

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.

read, then continue.