Sha256: 6e1ac9f89e2fc882b4ed2af3441450cf9c3740ed7bff412a281daffe1aca6694

Contents?: true

Size: 404 Bytes

Versions: 1

Compression:

Stored size: 404 Bytes

Contents

Ccsv

A pure-C CSV parser.

== Installation

  gem install ccsv

== Usage

  require 'rubygems'
  require 'ccsv'

  Ccsv.foreach("data.csv") do |line|
    # Do something with the line array
  end

  Ccsv.foreach("/etc/passwd",":") do |line|
    puts line[0]
  end

== License

Copyright 2012 Sergey Zhumatiy
Copyright 2007-2012 Cloudburst, LLC. Licensed under the AFL 3. See the included LICENSE file.

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
hopcsv-0.4.2 README.rdoc