farling42 / obsidian-import-json

Plug-in for Obsidian.md which will create Notes from JSON files
MIT License
85 stars 5 forks source link

Request to incorporate two fields in note name #47

Closed macrospecter closed 1 year ago

macrospecter commented 1 year ago

I have a bunch of data on legal cases, and I would ideally like to name my notes Case-Name_Year. Case-Name and Year are both fields in my csv file. Would it be possible to do this?

Also, this is such a wonderful and smooth-working plugin!

farling42 commented 1 year ago

If you can create an additional column in your CSV, derived from those other fields, then you can set "Field to use as Note name" to the name of your new field and that will be used as the name of each note

macrospecter commented 1 year ago

Oh, brilliant! I hadn't realized that I could combine non-numerical information from different rows in Google Docs, but so it seems that I can. Thanks again for a great plugin.

farling42 commented 1 year ago

Yeah, any spreadsheet should simply concatenate strings if you add two cells together.