Revision 6373
Added by Aaron Marcuse-Kubitza about 12 years ago
README.TXT | ||
---|---|---|
109 | 109 |
make inputs/<datasrc>/<table>/add |
110 | 110 |
Important: DO NOT just create an empty directory named <table>! |
111 | 111 |
This command also creates necessary subdirs, such as logs/. |
112 |
If the table is not in a .sql export, place the CSV(s) for the table in |
|
112 |
If the table is in a .sql export: make inputs/<datasrc>/<table>/install |
|
113 |
Otherwise, place the CSV(s) for the table in |
|
113 | 114 |
inputs/<datasrc>/<table>/ OR place a query joining other tables |
114 | 115 |
together in inputs/<datasrc>/<table>/create.sql |
115 | 116 |
Important: When exporting relational databases to CSVs, you MUST ensure |
Also available in: Unified diff
README.TXT: Datasource setup: Add input data for each table present in the datasource: Added step to run `make inputs/<datasrc>/<table>/install` if the table is in a .sql export