mirror of
https://github.com/hangeol-chang/obsidian-csv-allinone.git
synced 2026-07-22 05:37:25 +00:00
30 lines
No EOL
417 B
Text
30 lines
No EOL
417 B
Text
{
|
|
"Date": {
|
|
"type": "stringData",
|
|
"default": "1970-01-01"
|
|
},
|
|
"Category": {
|
|
"type": "select",
|
|
"default": "",
|
|
"options": [
|
|
"food",
|
|
"cafe",
|
|
"shopping",
|
|
"transportation & vehicle",
|
|
"housing & utilities",
|
|
"culture & hobby"
|
|
]
|
|
},
|
|
"Item": {
|
|
"type": "string",
|
|
"default": ""
|
|
},
|
|
"Cost": {
|
|
"type": "number",
|
|
"default": 0
|
|
},
|
|
"Description": {
|
|
"type": "string",
|
|
"default": "-"
|
|
}
|
|
} |