Project

General

Profile

« Previous | Next » 

Revision 3769

bin/map: input is CSV: Removed unused map_ var

View differences:

map
391 391
                
392 392
                row_ct = map_rows(get_value, get_rows(doc2rows))
393 393
        else: # input is CSV
394
            map_ = dict(mappings)
395 394
            reader, col_names = csvs.reader_and_header(sys.stdin)
396 395
            row_ct = map_table(col_names, reader)
397 396
        

Also available in: Unified diff