4.5 KiB
4.5 KiB
workflow overview
- initial setup
- create a source
- run import
- setup regex
- map all regex
- on-going usage
- run import
- address any new unmapped items
source maintenance
source maintenance
+----------------------------------------------------------------------------------------------------------------+
| +-------------+ |
| |MAKE NEW | |
| +-------------+ |
| |
| existing sources source name |
| +-------------+ +---------------+ |
| |dcard | |tb:dcard | |
| |hunt | +---------------+ |
| |pncc | data source |
| |paycom | +---------------+ |
| |adp | |client file | |
| | | +---------------+ |
| | | loading function |
| | | +---------------+ |
| | | |csv parser | |
| | | +---------------+ |
| | | schema |
| | | +----------------+ +------------+ |
| | | |default | |b: add new | |
| | | +----------------+ +------------+ |
| | | +-------------------------------------------------------------+ |
| | | |path |data type |column name |constrain| |
| | | +-------------------------------------------------------------+ |
| | | |{Post. Date} |date |post_date |X | |
| | | |{Amount} |numeric |amount |X | |
| | | |{Trans. Date} |date |trans_date |X | |
| | | |{Category} |text |category | | |
| | | |{Description} |text |descr | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| +-------------+ +-------------------------------------------------------------+ |
+----------------------------------------------------------------------------------------------------------------+