You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -13,8 +14,8 @@ A package for working with CSV and other delimited files.
13
14
Types/functions:
14
15
15
16
*`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)`
18
19
*`Data.stream!(::CSV.Source,::CSV.Sink)`: method for streaming data from a CSV source to a CSV sink (csv file to csv file)
19
20
*`Data.stream!(::CSV.Source,::Data.Table)`: method for streaming data from a CSV source to a `Data.Table` (Julia structure)
20
21
*`Data.stream!(::Data.Table,::CSV.Sink)`: method for streaming data from a `Data.Table` to a CSV sink
0 commit comments