You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 21, 2025. It is now read-only.
Rohit K. Chatterjee edited this page Nov 15, 2023
·
1 revision
The flattenjson operation extracts values for specified keys in a JSON column. The JSON column must contain a dictionary i.e. not a list or a scalar value.
Parameter
Description
input_name
The input model
output_name
The output model
dest_schema
The destination schema
columns_to_copy
The source columns to be included in the output model
json_column
The name of the JSON column in the input model
json_columns_to_copy
The keys in the JSON column which are extracted into columns in the output model