Hi All! New to Alteryx. I want to rename a particular column by a string which I need to extract from the filename of the input file. I have tried following method :
I could take filename as a column by selecting 'Output filename as Field' in input tool. Then by using 'Dynamic Rename' tool using 'Take Field Name From First Row of Data' able to rename this filename column with data in the first row. Next step should be copying data from another known column to this newly renamed column. Problem I am facing is since the new column name is dynamic, I can't use formula tool to assign values to this column from another column.
Can someone please help me on this?