Revision 4213
Added by Aaron Marcuse-Kubitza about 12 years ago
bin/map | ||
---|---|---|
4 | 4 |
# Multi-safe (supports an input appearing multiple times). |
5 | 5 |
# For outputting an XML file to a PostgreSQL database, use the general format of |
6 | 6 |
# http://vegbank.org/vegdocs/xml/vegbank_example_ver1.0.2.xml |
7 |
# Duplicate-column safe (supports multiple columns of the same name, which will |
|
8 |
# be combined) |
|
7 | 9 |
|
8 | 10 |
import copy |
9 | 11 |
import csv |
Also available in: Unified diff
bin/map: Documented that it is duplicate-column safe (supports multiple columns of the same name)