it doesn't work.
I am going to basic
file="C:/Documents and Settings/All Users/Documents/auctiva2.csv"
File.open(file,"r").each_line("\r") {|sFile|
for row in sFile.split(",")
#More code here
end
}
but it gives me error when line separator is \n.
is it a bug that fastercsv/csv can't read all the special characters at
once.
because i try all the possible things i can do if u have any solution
please explain in detail.
Regards,
Salil
--
Posted via http://www.ruby-forum.com/.