Revision 4068
Added by Aaron Marcuse-Kubitza over 12 years ago
map | ||
---|---|---|
36 | 36 |
import xml_func |
37 | 37 |
import xml_parse |
38 | 38 |
|
39 |
collision_suffix = '/_merge/'
|
|
39 |
collision_suffix = '/_alt/'
|
|
40 | 40 |
|
41 | 41 |
def get_with_prefix(map_, prefixes, key): |
42 | 42 |
'''Gets all entries for the given key with any of the given prefixes |
Also available in: Unified diff
bin/map: collision_suffix: Setting back to _alt to test if _merge caused the SpeciesLink slowdown. SpeciesLink contains a huge number of equivalent columns due to each DwC term being present with namespaces for all versions of the DwC schema, and these columns can be combined either using _alt or _merge. _merge is only useful if the values in different versions of the same DwC field are different, which is not likely the case.