Forum Discussion
Anonymous
6 years agoNot applicable
Replace Characters in Column Names
I'm sure there is a simple solution to this question, but everything I've found deals with renaming an entire column or replacing values within the table itself. Problem: I have an ETL tool that ...
- 6 years ago
Hi Anonymous
you should use "Unpivot other columns" to push your dates into column values.
Then do simple text replacements.
ImkeF
6 years agoCommunity Champion
Hi Anonymous
you should use "Unpivot other columns" to push your dates into column values.
Then do simple text replacements.