I have a csv file that has 480 columns and one row which has the header's name. I want to get the excel column name for a specific header. for e.g-
var1 var2 event5 event8 media5 retail6 event9 var10
Let's say, I need to locate the excel column namefor retail6(F Column in Excel). what is the best and easiest way of doing that?
output should be- var1 A var2 B event5 C and so on