{
"name": "employees",
"source": {
"schemaProperties": {
"fields": [
{"name": "id", "type": "int"},
{"name": "name", "type": "string"},
{"name": "email", "type": "string"},
{"name": "internal_code", "type": "string"},
{"name": "created_at", "type": "timestamp"}
]
},
"fileAttributes": {
"csvAttributes": {"delimiter": ",", "header": true, "encoding": "UTF-8"}
}
},
"destination": {
"schemaProperties": {
"fields": [
{"name": "id", "type": "int"},
{"name": "name", "type": "string"},
{"name": "email", "type": "string"}
]
},
"database": {
"dbName": "mydb",
"schema": "public",
"table": "employees",
"usePostgres": true
}
}
}