Revision 986
Added by Aaron Marcuse-Kubitza almost 13 years ago
map | ||
---|---|---|
1 | 1 |
#!/usr/bin/env python |
2 | 2 |
# Maps one datasource to another, using a map spreadsheet if needed |
3 |
# Exit status is the # of errors in the import, up to the maximum exit status |
|
3 | 4 |
# For outputting an XML file to a PostgreSQL database, use the general format of |
4 | 5 |
# http://vegbank.org/vegdocs/xml/vegbank_example_ver1.0.2.xml |
5 | 6 |
|
Also available in: Unified diff
bin/map: Document that the exit status is the # of errors in the import, up to the maximum exit status