Revision 926
Added by Aaron Marcuse-Kubitza almost 13 years ago
union | ||
---|---|---|
1 | 1 |
#!/usr/bin/env python |
2 |
# Combines two map spreadsheets A0->B and A1->C to A->B, with A0 overwriting A1
|
|
2 |
# Combines two map spreadsheets A0->B and A1->C to A->B, with B overwriting C
|
|
3 | 3 |
|
4 | 4 |
import csv |
5 | 5 |
import os.path |
Also available in: Unified diff
union: Clarified overwrite order of inputs in description