farling42 / obsidian-import-json

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

Allow user to specify path in the json to the location of the array #14

Closed farling42 closed 2 years ago

farling42 commented 2 years ago

import files not always have array on top level of json file, and may have some meta information besides table data. It would be great to have option with path to data, so you don't need to manually edit json files before import.

farling42 commented 2 years ago

0.17.0 adds a new "Field containing the data" data field. The JSON path to the top of the array (or single JSON object) can be specified here.