How to read table into list?
Let's say I have a table "dt" where column names are meaningless.And I have a table "dt_source" with two columns - one column meaningless name and the other has corresponding meaningful name.I'm trying to write a script that would rename columns from meaningless to meaningful.Columns might be different, so I'm going to create a master table "dt_source" with corresponding values.Now I have a script...