hangeol-chang_obsidian-csv-.../docs/example/2025-01.csv.meta
2025-01-30 18:00:34 +09:00

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": "-"
}
}