Hi all,
I want to list rows present in an excel file and apply a filter query to it. However, the column name in the filter has special characters. This I can't change.
Its currently Q1. Date:
and my filter query is Q1. Date: eq CourseDate (CourseDate being a user input)
I understand I need to replace these special characters with unicode to allow it to work as expected. Can someone help please?
Is it something like Q1_x002E__x0020_Date_x003A_ eq CourseDate
Thanks