JSONs to Tables¶
Documentation¶
Auto generated list version of JSON to Table.
In this version, the following ports from the original nodes have been changed to lists which the node loops over:
- Looped Inputs
input.
- Looped Outputs
output.
For details see the original node.
Definition¶
Input ports¶
- input [json]
Input JSON object
Output ports¶
- output [table]
Output table
Configuration¶
- Minimize colum names (minimize_col_names)
Create column names that are minimal
- Use zero-like values instead of masks (nomask)
When unchecked data cells that are missing will be masked. When checked such cells are instead assigned 0, 0.0, False, “”, etc. depending on the type of the value column.
- (no label) (table_kind)
What kind of table to create
Implementation¶
- class node_json2table.JsonsToTables[source]