WIP jordan
This commit is contained in:
20
app/data/pdf-field-mappings.json
Normal file
20
app/data/pdf-field-mappings.json
Normal file
@@ -0,0 +1,20 @@
|
||||
{
|
||||
"version": 1,
|
||||
"mappings": [
|
||||
{
|
||||
"catalogFormId": 33,
|
||||
"fields": {
|
||||
"full_name": "txtNombreCompleto",
|
||||
"document_id": "txtCedula"
|
||||
}
|
||||
},
|
||||
{
|
||||
"catalogFormId": 39,
|
||||
"fields": {
|
||||
"plate": "txtPlaca",
|
||||
"vin": "txtChasis",
|
||||
"declared_value": "numValor"
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user