Revision 10210
Added by Aaron Marcuse-Kubitza over 11 years ago
lib/runscripts/table.run | ||
---|---|---|
43 | 43 |
} |
44 | 44 |
|
45 | 45 |
map_table() |
46 |
# note that collisions may prevent all renames from being made at once. |
|
47 |
# if this is the case, run map_table repeatedly until no more renames are made. |
|
48 |
# collisions may result if the staging table gets messed up (e.g. due to missing |
|
49 |
# input columns in map.csv). |
|
46 | 50 |
{ |
47 | 51 |
echo_func; set_make_vars |
48 | 52 |
table_make map.csv |
Also available in: Unified diff
lib/runscripts/table.run: map_table(): documented that collisions may prevent all renames from being made at once. if this is the case, map_table must be run repeatedly until no more renames are made. collisions may result if the staging table gets messed up (e.g. due to missing input columns in map.csv).