Revision 3769
Added by Aaron Marcuse-Kubitza over 12 years ago
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
bin/map: input is CSV: Removed unused map_ var