unflatten
Unflattens nested data.
Description
The unflatten
function creates nested records out of fields whose names
include a separator.
info
unflatten
uses a heuristic to determine the unflattened schema. Thus, the
schema of a record that has been flattened using flatten
and
unflattened afterwards may not be identical to the schema of the unmodified
record.
sep = string (optional)
The separator to use for splitting field names.
Defaults to "."
.