From fbba0a1ada6a9a76b04c2c9efa46ad8d6625e61d Mon Sep 17 00:00:00 2001 From: Paul Trowbridge Date: Thu, 13 Jul 2017 22:45:54 -0400 Subject: [PATCH] add UI notes --- readme.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/readme.md b/readme.md index 3cabc92..dec35a5 100644 --- a/readme.md +++ b/readme.md @@ -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 \ No newline at end of file +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 \ No newline at end of file