Using the first line of a CSV file as the headers?....Can it be done?
After reading through all the pages on this forum, I've not been able to find a solution to this.
Does anyone know if it's possible?
If not, is it possible to get the grid to "ignore" the first row?
As I don't know how many rows may be in the CSV file, I cannot use:
obj.setProperty("row/values", [1,2,3]);
obj.refresh();
I have tried to use getCount, to then build a setProperty loop, but it returns 0 all the time (possibly due to the data not being present at the request time).
Does anyone know if it's possible?
If not, is it possible to get the grid to "ignore" the first row?
As I don't know how many rows may be in the CSV file, I cannot use:
obj.setProperty("row/values", [1,2,3]);
obj.refresh();
I have tried to use getCount, to then build a setProperty loop, but it returns 0 all the time (possibly due to the data not being present at the request time).
Simon Bailey
March 31,