Revision 3573
Added by Aaron Marcuse-Kubitza over 12 years ago
src_map | ||
---|---|---|
30 | 30 |
writer = csv.writer(sys.stdout) |
31 | 31 |
writer.writerow([datasrc+in_root_suffix, out_root, 'Comments']) |
32 | 32 |
for col_name in col_names: |
33 |
writer.writerow([col_name]) |
|
33 |
writer.writerow([col_name, '', ''])
|
|
34 | 34 |
|
35 | 35 |
main() |
Also available in: Unified diff
src_map: Fixed bug where non-header rows needed to be materialized with empty fields for each column in the header