.csv

.csv

NOTE

iOS Only (Android coming soon)

image

You can use Google Sheets, Excel or even plain text files to create your cards in .csv format.

See this Google Sheet as an example:

image

That's it. Three columns.

How to import 👆 ?

  1. File → Download → .csv
  2. Open NeuraCache → import .csv

.CSV Specification

The first line needs to contain three headers (case-insensitive)

Question, Content, and Tags

There is an optional column id that you can use to specify ids of your cards (so that on the next import, they are updated without losing your algorithm progress.

Excel .csv not working

When importing .csv — you might sometimes get an error similar to this:

image

This error usually happens when your .csv file is not saved with UTF-8 encoding — this is often the case with Microsoft Excel. If that happens, you can either:

1) From Excel, make sure you are saving the file with UTF-8 encoding. There are many resources on the internet which explain how you can achieve this — here is one of them

or alternatively

2) Open Google Sheets in your browser

  • Tap File → Import
  • Choose your Excel .csv file
  • Tap File → Download → .csv
  • Use this file with NeuraCache 👍