Revision 6454
Added by Aaron Marcuse-Kubitza about 12 years ago
map | ||
---|---|---|
365 | 365 |
if by_col: |
366 | 366 |
map_table(col_names, []) # just create the template |
367 | 367 |
|
368 |
if start == 0 and n == None: # doing full re-import
|
|
368 |
if table != None and start == 0 and n == None: # full re-import
|
|
369 | 369 |
log('Clearing errors table') |
370 | 370 |
errors_table_ = sql_io.errors_table(in_db, table) |
371 | 371 |
if errors_table_ != None: |
Also available in: Unified diff
bin/map: in_is_db: by_col: Clearing errors table: Skip this if the table has been set to None because it didn't exist (and thus was a metadata-only map spreadsheet)