I am working with csv file which has field names that change. Field names are dates. I have the parameter for today's date, so I want to find the field which name has today's date and rename it to "TODAY". How can I do it?
I am working with csv file which has field names that change. Field names are dates. I have the parameter for today's date, so I want to find the field which name has today's date and rename it to "TODAY". How can I do it?