Skip to content

Commit ba242d1

Browse files
committed
Update readme
1 parent fa5c061 commit ba242d1

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
# CSV [beta]
22

33
[![CSV](http://pkg.julialang.org/badges/CSV_0.4.svg)](http://pkg.julialang.org/?pkg=CSV&ver=0.4)
4+
[![CSV](http://pkg.julialang.org/badges/CSV_0.5.svg)](http://pkg.julialang.org/?pkg=CSV&ver=0.5)
45

56
Linux: [![Build Status](https://travis-ci.org/JuliaDB/CSV.jl.svg?branch=master)](https://travis-ci.org/JuliaDB/CSV.jl)
67

@@ -13,8 +14,8 @@ A package for working with CSV and other delimited files.
1314
Types/functions:
1415

1516
* `CSV.Source`/`CSV.Sink`: `Data.Source` and `Data.Sink` types for the [DataStreams.jl](https://github.com/JuliaDB/DataStreams.jl) interface
16-
* `CSV.Options`: a type that collects various parsing configurations that can be passed to `CSV.Source` or `CSV.read`
17-
* `CSV.read`: convenience method that supports all the same options/inputs as `CSV.Source`; it creates a `CSV.Source` and then calls `Data.stream!(source, Data.Table)`
17+
* `CSV.Options`: a type that collects various parsing configurations that can be passed to `CSV.Source` or `CSV.csv`
18+
* `CSV.csv`: convenience method that supports all the same options/inputs as `CSV.Source`; it creates a `CSV.Source` and then calls `Data.stream!(source, Data.Table)`
1819
* `Data.stream!(::CSV.Source,::CSV.Sink)`: method for streaming data from a CSV source to a CSV sink (csv file to csv file)
1920
* `Data.stream!(::CSV.Source,::Data.Table)`: method for streaming data from a CSV source to a `Data.Table` (Julia structure)
2021
* `Data.stream!(::Data.Table,::CSV.Sink)`: method for streaming data from a `Data.Table` to a CSV sink

0 commit comments

Comments
 (0)