Project

General

Profile

« Previous | Next » 

Revision 4264

README.TXT: Datasource setup: Adding input data: Documented how to create tables that will be joined together with another table, and how to create tables that are joins of other tables

View differences:

README.TXT
62 62
    Add input data for each table present in the datasource:
63 63
        Choose a table name from <https://projects.nceas.ucsb.edu/nceas/projects
64 64
            /bien/wiki/VegCSV#Suggested-table-names>, or use a custom name
65
        Note that if this table will be joined together with another table, its
66
            name must end in ".src"
65 67
        make inputs/<datasrc>/<table>/add
66 68
        Place the CSV for the table in inputs/<datasrc>/<table>/
69
            OR place a query joining other tables together in
70
            inputs/<datasrc>/<table>/create.sql and svn add this file
67 71
        Important: When exporting relational databases to CSVs, you MUST ensure
68 72
            that embedded quotes are escaped by doubling them, *not* by
69 73
            preceding them with a "\" as is the default in phpMyAdmin

Also available in: Unified diff