Revision 6371
Added by Aaron Marcuse-Kubitza about 12 years ago
README.TXT | ||
---|---|---|
108 | 108 |
make inputs/<datasrc>/<table>/add |
109 | 109 |
Important: DO NOT just create an empty directory named <table>! |
110 | 110 |
This command also creates necessary subdirs, such as logs/. |
111 |
If the table is not in a .sql export, place the CSV for the table in |
|
111 |
If the table is not in a .sql export, place the CSV(s) for the table in
|
|
112 | 112 |
inputs/<datasrc>/<table>/ OR place a query joining other tables |
113 | 113 |
together in inputs/<datasrc>/<table>/create.sql |
114 | 114 |
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: Replaced "CSV" with "CSV" because there can be multiple CSV part files for one table