Revision 219
Added by Aaron Marcuse-Kubitza about 13 years ago
mappings/for_review/VegBank-VegBIEN.csv | ||
---|---|---|
1 |
VegBank,VegBIEN,Comments |
|
2 |
,,SQL script |
|
3 |
(?:LC_COLLATE|LC_CTYPE) = '.*?',,support PostgreSQL before 8.4 |
|
4 |
vegbank(?=; Type: DATABASE\b),vegbien, |
|
5 |
(?<=\bDATABASE )vegbank,vegbien, |
|
6 |
(?<=\\connect )vegbank,vegbien, |
|
7 |
vegbank,bien, |
|
8 |
,,table renames |
|
9 |
observation,plotevent, |
|
10 |
taxonobservation,taxonoccurrence, |
|
11 |
taxoninterpretation,taxondetermination, |
|
12 |
stemlocation,individual, |
|
13 |
taxonimportance,collectiveobs, |
|
14 |
stratum,taxonbin, |
mappings/review | ||
---|---|---|
6 | 6 |
|
7 | 7 |
mkdir -p for_review |
8 | 8 |
|
9 |
for in in *.csv; do |
|
9 |
for in in *.{organisms,plots}.csv; do
|
|
10 | 10 |
../scripts/util/review <"$in" >"for_review/$in" |
11 | 11 |
done |
Also available in: Unified diff
review: Don't process replacements spreadsheets