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 was archived by the owner on Jul 29, 2024. It is now read-only.
row_data_col : Required (str) - Column name where the data row row data URL is located
15
-
global_key_col : Optional (str) - Column name where the data row global key is located - defaults to the row_data_col
16
-
external_id_col : Optional (str) - Column name where the data row external ID is located - defaults to the global_key_col
17
-
metadata_index : Optional (dict) - Dictionary where {key=column_name : value=metadata_type} - metadata_type must be one of "enum", "string", "datetime" or "number"
18
-
divider : Optional (str) - String delimiter to separate metadata field names from their metadata answer options in your metadata_name_key_to_schema dictionary
row_data_col : Required (str) - Column name where the data row row data URL is located
51
-
global_key_col : Optional (str) - Column name where the data row global key is located - defaults to the row_data_col
52
-
external_id_col : Optional (str) - Column name where the data row external ID is located - defaults to the global_key_col
53
-
metadata_index : Required (dict) - Dictionary where {key=column_name : value=metadata_type} - metadata_type must be one of "enum", "string", "datetime" or "number"
global_key_col : Optional (str) - Column name containing the data row global key - defaults to row data
52
+
external_id_col : Optional (str) - Column name containing the data row external ID - defaults to global key
53
+
metadata_index : Required (dict) - Dictionary where {key=column_name : value=metadata_type} - metadata_type = "enum", "string", "datetime" or "number"
54
54
metadata_name_key_to_schema : Required (dict) - Dictionary where {key=metadata_field_name_key : value=metadata_schema_id}
55
55
metadata_schema_to_name_key : Required (dict) - Inverse of metadata_name_key_to_schema
56
-
divider : Optional (str) - String delimiter to separate metadata field names from their metadata answer options in your metadata_name_key_to_schema dictionary
56
+
divider : Optional (str) - String delimiter for all name keys generated
57
57
Returns:
58
58
Two items - the global_key, and a dictionary with "row_data", "global_key", "external_id" and "metadata_fields" keys
0 commit comments