Synthoid / ExportSheetData

Add-on for Google Sheets that allows data to be exported as JSON or XML.
MIT License
237 stars 46 forks source link

(General) Nested element implicit value caching cannot share same end ID #42

Open Synthoid opened 6 years ago

Synthoid commented 6 years ago

Nested elements currently does not support multiple nested values that share the same end key. For example: [planets]{#ID} and [meteors]{#ID} cannot exist in the same sheet currently as the way caching works only looks at the final key value (in this case "ID").

Should be able to cache values based on the path, not just the key.