Skip to content

Resolve "Import JSON file when creating a table"

Bram Wiepjes requested to merge 331-import-json-file-when-creating-a-table into develop

Closes #331 (closed)

Additional changes

  • Removed not the not needed emitting of the input event, which is not needed anymore.
  • Improved the code readability of the errors in the XML importer.

Testing pointers

  • Should give an error when an invalid JSON file is provided.
  • Should give an error when the JSON file isn't an array.
  • Should be able to handle different keys in each row.
Edited by Bram Wiepjes

Merge request reports