I have an excel file and the 2nd row contains the attirbute name that I want as cattirbute names. I can read in and sample and start reading at the 2nd row to get the values that I want as attribute names, and the default attribute names are F1, F2...F12,F13. I want to replace the F1,F2...F11,F12 attribute names with the value in the attribute name F1, F2 etc.
I have tried but no success, I am sure it is simple to do...I know that you can import attribute names from a file...but the column names will change as some of the column names will be based on the last 6 months so a new month will be in column F6,F7..F11,F12. So i need to retrive the attirbute names from the row 2 in the file.
THanks, Steve