Revision 3768
Added by Aaron Marcuse-Kubitza over 12 years ago
map | ||
---|---|---|
1 | 1 |
#!/usr/bin/env python |
2 | 2 |
# Maps one datasource to another, using a map spreadsheet if needed |
3 | 3 |
# Exit status is the # of errors in the import, up to the maximum exit status |
4 |
# Multi-safe (supports an input appearing multiple times). |
|
4 | 5 |
# For outputting an XML file to a PostgreSQL database, use the general format of |
5 | 6 |
# http://vegbank.org/vegdocs/xml/vegbank_example_ver1.0.2.xml |
6 | 7 |
|
Also available in: Unified diff
bin/map: Documented that it's multi-safe (supports an input appearing multiple times)