christian2016
Board Regular
- Joined
- Oct 6, 2016
- Messages
- 123
Hi Guys,
Need help on how to merge same column names with data.
Example
City | State | Address | Address | Address
Now I would like to loop through the column headers and if finds the same column header name in this example would be address it will combined all the text information in all columns with spaces in-between.
All information will be stored in one column called address and the other 2 address columns will be deleted.
Unsure on how to approach this to make something dynamic.
Any help is greatly appreciated.
Thanks
Need help on how to merge same column names with data.
Example
City | State | Address | Address | Address
Now I would like to loop through the column headers and if finds the same column header name in this example would be address it will combined all the text information in all columns with spaces in-between.
All information will be stored in one column called address and the other 2 address columns will be deleted.
Unsure on how to approach this to make something dynamic.
Any help is greatly appreciated.
Thanks