Revision 6370
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 |
Place the CSV for the table in inputs/<datasrc>/<table>/
|
|
112 |
OR place a query joining other tables together in
|
|
113 |
inputs/<datasrc>/<table>/create.sql |
|
111 |
If the table is not in a .sql export, place the CSV for the table in
|
|
112 |
inputs/<datasrc>/<table>/ OR place a query joining other tables
|
|
113 |
together in inputs/<datasrc>/<table>/create.sql
|
|
114 | 114 |
Important: When exporting relational databases to CSVs, you MUST ensure |
115 | 115 |
that embedded quotes are escaped by doubling them, *not* by |
116 | 116 |
preceding them with a "\" as is the default in phpMyAdmin |
Also available in: Unified diff
README.TXT: Datasource setup: Add input data for each table present in the datasource: Don't add a CSV or create.sql file for tables that are in a .sql export