Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

JSON Delete same words #84

Closed
David-Grass-Feria opened this issue Mar 20, 2019 · 6 comments
Closed

JSON Delete same words #84

David-Grass-Feria opened this issue Mar 20, 2019 · 6 comments

Comments

@David-Grass-Feria
Copy link

David-Grass-Feria commented Mar 20, 2019

Hello sir. Thanks for your amazing plugin.
When i create a json file, it will delete same words and use only one. You can see in the image which i send. This Main Section table have 17 rows. JSON give me only 9. I think it because, the same words "Title","Comp"..... Can i fix this`?
gitup-json

@Synthoid
Copy link
Owner

JSON doesn’t support multiple fields with the same name in the same object. I would move the duplicate fields to new rows then export a sheet array. That should export your data intact.

@David-Grass-Feria
Copy link
Author

David-Grass-Feria commented Mar 23, 2019 via email

@Synthoid
Copy link
Owner

Export Sheet Data is totally free. There is no trial or standard version. You have full access to its feature set by installing it.

The exported JSON file will be in the same folder as the original spreadsheet. If you do not have access to that folder on Drive, the file will instead be placed in your root Drive folder.

@David-Grass-Feria
Copy link
Author

David-Grass-Feria commented Mar 23, 2019 via email

@Synthoid
Copy link
Owner

You should be able to just rename the field to “file” instead of “name” and reexport the data.

If you want some rows to have a “name” field and others to have a “file” field, you can have two fields named “name” and “file” and enable the “Ignore empty cells” option. Then just populate the appropriate fields in each row. The empty cells will not be included in the exported data for each row.

@David-Grass-Feria
Copy link
Author

David-Grass-Feria commented Mar 23, 2019 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants