
A simple example of parsing the object above in Less

The Object data type

Object-like data in a string/text column
Configuration
1
Select Object Column
The Parse Object tool is very simple. All you have to do is select the Object column you want to parse.
Examples
In this example, we have an Object column with the following data that contains name, age, city, address (which itself is an Object column with street and zip), gender and contact (which also is an Object column). We want to parse it into a new columns with the following data: name, age, city, street, zip, and country.