Synthoid / ExportSheetData

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

(Bug) Array prefixes do not work with Nested Elements #144

Open jzapdot opened 2 years ago

jzapdot commented 2 years ago

Describe the bug

Attempting to use array prefixes with nested elements and unwrapped sheets, but the exported json contains an empty array when this is done.

To Reproduce Steps to reproduce the behavior:

Example Data can be found here

  1. Attempt to export the sheet
  2. Enable the following settings:

image image

  1. Export or Visualize data

Expected behavior The exported data for [Group][JA_SubGroup] should be stripped of it's JA_ prefix and two values Foo and Bar present.

Actual Behavior The exported data for [Group][JA_SubGroup] still retains it's JA_ prefix and two values Foo and Bar are missing.

image

Info (please complete the following information):

image

No, I am using this tool in an incognito window of Chrome signed into a single Gmail account in order to avoid other issues for this tool caused by that.