Flashcard Wallet
FAQ
FAQ
Flashcard Wallet uses several file formats to import list of cards to the deck.
JSON file format
Example 1
{"cards":[{"front":"Example Word 1","back":"Example Meaning 1","example":"Example Sentence 1."},{"front":"Example Word 2","back":"Example Meaning 2","example":"Example Sentence 2."},{"front":"Example Word 3","back":"Example Meaning 3","example":"Example Sentence 3."}]}
Example 2
{
"cards": [
{
"front": "Example Word 1",
"back": "Example Meaning 1",
"example": "Example Sentence 1"
},
{
"front": "Example Word 2",
"back": "Example Meaning 2",
"example": "Example Sentence 2"
},
{
"front": "Example Word 3",
"back": "Example Meaning 3",
"example": "Example Sentence 3"
}
]
}
TSV (Tab separated) file format
Example word 1 Example meaning 1 Example sentence 1.
Example word 2 Example meaning 2 Example sentence 2.
Example word 3 Example meaning 3 Example sentence 3.
CSV (Comma separated) file format
Example word 1,Example meaning 1,Example sentence 1.
Example word 2,Example meaning 2,Example sentence 2.
Example word 3,Example meaning 3,Example sentence 3.
Double Slash (// separated) file format
Example word 1//Example meaning 1//Example sentence 1.
Example word 2//Example meaning 2//Example sentence 2.
Example word 3//Example meaning 3//Example sentence 3.