Guest User

Untitled

a guest
Feb 21st, 2018
67
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.20 KB | None | 0 0
  1. For each tabFile:
  2. Open tabFile
  3. For each column in tabFile:
  4. index = Find columnName in listOfLongColumnNames
  5. If index > 0:
  6. Rename columnName to listofShortColumnNames[index]
Add Comment
Please, Sign In to add comment