add UI notes

This commit is contained in:
Paul Trowbridge 2017-07-13 22:45:54 -04:00
parent 393fe61ee2
commit fbba0a1ada

View File

@ -23,4 +23,10 @@ applied mappings are in associated jsonb documents
Non standard file formats will require additional logic
example: PNC loan balance and collateral CSV files
1. External: Anything not in CSV should be converted external to Postgres and then imported as CSV
2. Direct: Outside logic can be setup to push new records to tps.trans direct from non-csv fornmated sources or fdw sources
2. Direct: Outside logic can be setup to push new records to tps.trans direct from non-csv fornmated sources or fdw sources
## Interface
maybe start out in excel until it gets firmed up
* list existing mappings
* apply mappings to see what results come back
* experiment with new mappings