Revision 4506
Added by Aaron Marcuse-Kubitza about 12 years ago
join | ||
---|---|---|
2 | 2 |
# Inner-joins two map spreadsheets A->B and B->C to A->C |
3 | 3 |
# Multi-safe (supports an input appearing multiple times). If multiple outputs |
4 | 4 |
# should be considered ambiguous, they can be discarded by setting only_one. |
5 |
# Case- and punctuation-insensitive. |
|
5 | 6 |
|
6 | 7 |
import csv |
7 | 8 |
import operator |
Also available in: Unified diff
join: Documented that it's case- and punctuation-insensitive.