Project

General

Profile

« Previous | Next » 

Revision 10211

lib/runscripts/table.run: map_table(): run map_table repeatedly until no more renames are made: added command to do this

View differences:

lib/runscripts/table.run
44 44

  
45 45
map_table()
46 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.
47
# if this is the case, run map_table repeatedly until no more renames are made:
48
# $ while true; do .../run map_table; done
48 49
# collisions may result if the staging table gets messed up (e.g. due to missing
49 50
# input columns in map.csv).
50 51
{

Also available in: Unified diff