I have a file which has a header row on the top. This header row is some character variables. My main dataset is integer variable. how to read this dataset, in combination of both char header and int data.
I can read the int dataset, but my problem is with the char header row!!
any suggestion...