![]() |
File question
Hi, just wondering how I would skip the first line of a file?
File.open('file.txt', 'r').each do |line| # start on the 2nd line end Thanks! -- Posted via http://www.ruby-forum.com/. |
Re: File question
Thanks, helps a lot. How about if I am using FasterCSV?
require 'fastercsv' File.open("file.txt', 'r') do |file| file.readline FasterCSV.foreach("#{file}") do |row| end end Invalid argument #<file...> Mmm... not sure how I would do it then! =) Thanks -- Posted via http://www.ruby-forum.com/. |
Re: File question
|
| All times are GMT. The time now is 06:39 AM. |
Powered by vBulletin®. Copyright ©2000 - 2013, vBulletin Solutions, Inc.
SEO by vBSEO ©2010, Crawlability, Inc.