Revision 6996
Added by Aaron Marcuse-Kubitza about 12 years ago
README.TXT | ||
---|---|---|
79 | 79 |
If desired, record the import times in inputs/import.stats.xls: |
80 | 80 |
Open inputs/import.stats.xls |
81 | 81 |
Insert a copy of the leftmost Column-based column group before it |
82 |
bin/import_date inputs/{.,}*/*/logs/<version>.log.sql
|
|
82 |
bin/import_date inputs/{.,}*/*/logs/$version.log.sql
|
|
83 | 83 |
Update the import date in the upper-right corner |
84 |
bin/import_times inputs/{.,}*/*/logs/<version>.log.sql
|
|
84 |
bin/import_times inputs/{.,}*/*/logs/$version.log.sql
|
|
85 | 85 |
Paste the output over the # Rows/Time columns, making sure that the |
86 | 86 |
row counts match up with the previous import's row counts |
87 | 87 |
If the row counts do not match up, insert or reorder rows as needed |
Also available in: Unified diff
README.TXT: Data import: Recording the import times: Changed <version> back to $version because these commands are actually run on vegbiendev, where $version is set. (Modifications to import.stats.xls would be made on your local machine.)