{
"parse_with_hints": {
"raw_data": "string",
"opts": {
"date_formats": {
"property1": "string",
"property2": "string"
},
"rename_fields": {
"property1": "string",
"property2": "string"
},
"parse_opts": {
"csv": {
"has_header": true,
"skip_rows": 0,
"header": [
"string"
],
"separator": "string"
}
},
"constraints": {
"forbid": {
"property1": {
"types": [
"CET_UNKNOWN"
]
},
"property2": {
"types": [
"CET_UNKNOWN"
]
}
},
"allow": {
"property1": {
"types": [
"CET_UNKNOWN"
]
},
"property2": {
"types": [
"CET_UNKNOWN"
]
}
}
}
}
}
}