FLATTEN
Content copied to clipboard
Flatten nested fields by concatenating them with periods.
For example, the following json
{
"a": {
"b": 2
}
}
Content copied to clipboard
Would have a flattened key of a.b
with a value of 2.
Flatten nested fields by concatenating them with periods.
For example, the following json
{
"a": {
"b": 2
}
}
Would have a flattened key of a.b
with a value of 2.