Yeah the "C" in "CSV" = "comma"

On Wed, Oct 29, 2008 at 3:02 PM, Stephen Waits <[EMAIL PROTECTED]> wrote:
>
> mdrisser wrote:
>> As the subject says, I'm new to Ruby, though not to programming (Perl,
>
> While you're at it, look at CSV..
>
>   require 'csv'
>
>   CSV.open('csvfile.csv', 'r') do |row|
>     p row.inspect
>   end
>
> Though your data doesn't actually look like CSV to me.
>
> --
> Stephen Waits
> [EMAIL PROTECTED]

--~--~---------~--~----~------------~-------~--~----~
SD Ruby mailing list
[email protected]
http://groups.google.com/group/sdruby
-~----------~----~----~----~------~----~------~--~---

Reply via email to