Skip to content

Instantly share code, notes, and snippets.

@Soontao
Created March 2, 2021 09:29
Show Gist options
  • Save Soontao/b18044f11e77f057ff9b7f7d6af58469 to your computer and use it in GitHub Desktop.
Save Soontao/b18044f11e77f057ff9b7f7d6af58469 to your computer and use it in GitHub Desktop.
{
"format_version": 1,
"imports": [
{
"target_table": "CUSTOM_A_DB_PEOPLE",
"source_data": {
"data_type": "CSV",
"file_name": "custom.a.db-People.csv",
"has_header": true,
"type_config": {
"delimiter": ","
}
},
"import_settings": {
"import_columns": [
"ID",
"NAME",
"PREDIFINED"
],
"include_filter": [
{
"PREDIFINED": "true"
}
]
},
"column_mappings": {
"ID": "ID",
"NAME": "Name",
"PREDIFINED": "Predifined"
}
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment