Project

General

Profile

« Previous | Next » 

Revision 5319

README.TXT: Data import: Changed `inputs/*/*/logs` to `inputs/{.,}*/*/logs` to also include the TNRS names import log

View differences:

README.TXT
36 36
        Important: This must be done *after* running make_analytical_db
37 37
    Rename the rotated schema using the date in the first datasource's log
38 38
        file name
39
    tail inputs/*/*/logs/<date>-*.log.sql
39
    tail inputs/{.,}*/*/logs/<date>-*.log.sql
40 40
    Check that every input's log ends in "Encountered 0 error(s)"
41 41
    If many do not, fix the bug and discard the current (partial) import:
42 42
        make schemas/public/reinstall
......
54 54
        Open inputs/import.stats.xls
55 55
        Insert a copy of the leftmost Column-based column group before it
56 56
        Update the import date in the upper-right corner
57
        ./bin/import_times inputs/*/*/logs/<date>-*.log.sql
57
        ./bin/import_times inputs/{.,}*/*/logs/<date>-*.log.sql
58 58
        Paste the output over the # Rows/Time columns, making sure that the
59 59
            row counts match up with the previous import's row counts
60 60
        If the row counts do not match up, insert or reorder rows as needed

Also available in: Unified diff