Project

General

Profile

« Previous | Next » 

Revision 4342

README.TXT: Datasource setup: Adding input data for each table: `make inputs/<datasrc>/<table>/add`: Added note explaining why you need to use this command instead of just creating an empty directory of the desired name

View differences:

README.TXT
65 65
        Note that if this table will be joined together with another table, its
66 66
            name must end in ".src"
67 67
        make inputs/<datasrc>/<table>/add
68
            Important: DO NOT just create an empty directory named <table>!
69
                This command also creates necessary subdirs, such as logs/.
68 70
        Place the CSV for the table in inputs/<datasrc>/<table>/
69 71
            OR place a query joining other tables together in
70 72
            inputs/<datasrc>/<table>/create.sql and svn add this file

Also available in: Unified diff