Pinot Version | 0.10.0 |
---|---|
Code | startreedata/pinot-recipes/combine-fields |
name
and surname
fields, separated by a space.
You can create the table by running the following command:`
people
table or copy/paste the following query:
fullName |
---|
Pete Smith |
John Jones |
name
and surname
fields from our JSON file have been combined into a single fullName
column for each person.