I have an excel sheet with contains all the header names of my data and the data types for each column names.
I want to build a macro where it maps the input data with column header names from the excel file and assign the data type as integer, string or double from the excel file rather than assigning it via select tool.
How can i build such a macro?