Hi @atcodedog05
I have a requirement where my column name has to be update with file name .
for example :
I have 2 files with the name:
1) 2021Finalreport07
2)Monthly 12-2020
From each file I need to create a column , where column name picks up the year from the file name.
column name should be like of file1: Budget Year 2021
column name should be like of file2: Budget Year 2020
Idea is to automate the column names every year as per the filename year.
Can you give suggestions?
Regards
Areeba