CSV import format
ouou supports two-column CSV import for flashcards.
This format is compatible with NotebookLM CSV exports.
Expected columns
- Column 1: card front (question)
- Column 2: card back (answer)
Rules
- Use one card per line.
- Wrap values in double quotes when text contains commas.
- Rows with missing front or back are ignored.
Example
How does spaced repetition work?,Intervals increase after successful recall.
"What does 'active recall' mean?",Trying to remember before checking the answer.
Can I import NotebookLM CSV?,Yes. The two-column format is compatible.