Options used for parsing JSON data with multiple levels. The key is the column name (later used as a reference), and the value is an array of keys that are used to access the data.
columnIds: { InstanceType: ['InstanceType'], DiskSpace: ['DiskSpace', 'RootDisk', 'SizeGB'], ReadOps: ['DiskOperations', 0, 'ReadOps']}, Copy
columnIds: { InstanceType: ['InstanceType'], DiskSpace: ['DiskSpace', 'RootDisk', 'SizeGB'], ReadOps: ['DiskOperations', 0, 'ReadOps']},
Options used for parsing JSON data with multiple levels. The key is the column name (later used as a reference), and the value is an array of keys that are used to access the data.
Example