Revision 3587
Added by Aaron Marcuse-Kubitza over 12 years ago
README.TXT | ||
---|---|---|
47 | 47 |
Rename each CSV so it ends in ".<table>.<ext>" (see tables above) |
48 | 48 |
Auto-create the map spreadsheets: make inputs/<name>/; make inputs/<name>/ |
49 | 49 |
Note: Must be run twice to properly bootstrap all maps. |
50 |
Install the staging tables: make inputs/<name>/install quiet=1 & |
|
51 |
To view the log: tail -f inputs/<name>/import/install-<table>.log.sql |
|
50 | 52 |
Map each table's columns: |
51 | 53 |
In the maps/ subdir, for each "via map" of the form "<via>.<table>.csv": |
52 | 54 |
Open the map in a spreadsheet editor |
... | ... | |
56 | 58 |
left column of the core map |
57 | 59 |
Save |
58 | 60 |
Regenerate the derived maps: make inputs/<name>/ |
59 |
Install the staging tables: make inputs/<name>/install quiet=1 & |
|
60 |
To view the log: tail -f inputs/<name>/import/install-<table>.log.sql |
|
61 | 61 |
Accept the test cases: make inputs/<name>/test/accept-all |
62 | 62 |
Commit: svn ci -m "Added inputs/<name>/" inputs/<name>/ |
63 | 63 |
Update vegbiendev: |
Also available in: Unified diff
README.TXT: Datasource setup: Moved Install the staging tables before Map each table's columns because the install can run in the background while you're mapping. It must, however, come after Auto-create the map spreadsheets because it uses the filenames of the created maps to determine which staging tables to create.