J
junkone
HI
How can i define the header to be in the 3row of the the array loaded
After the array is loaded can i redefine the header.
for eg in the following cod
require "faster_csv"
arr_of_arrs = FasterCSV.read("c:\\temp\\QuoteData.dat")
currentPrice=arr_of_arrs.values_at(0)[0][1]
arr_of_arrs.delete_at(0)
arr_of_arrs.delete_at(0)
I dont know how to define the header for the arr_of_arrs. I a unclear
after reading the docs
How can i define the header to be in the 3row of the the array loaded
After the array is loaded can i redefine the header.
for eg in the following cod
require "faster_csv"
arr_of_arrs = FasterCSV.read("c:\\temp\\QuoteData.dat")
currentPrice=arr_of_arrs.values_at(0)[0][1]
arr_of_arrs.delete_at(0)
arr_of_arrs.delete_at(0)
I dont know how to define the header for the arr_of_arrs. I a unclear
after reading the docs