Skip to content

Commit 4cddd1a

Browse files
committed
add uCSV to section on CSV
1 parent 5ce799b commit 4cddd1a

2 files changed

Lines changed: 6 additions & 1 deletion

File tree

docs/comparisons/dataio/fileio.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ The most starred file I/O package of all is CSV.jl. It is well established and t
7777

7878
See also [FileIO.jl](#fileiojl), which can also read delimited files.
7979

80-
{{star_history CSV DelimitedFiles CSVFiles ChunkedCSV TableReader DLMReader ReadWriteDlm2}}
80+
{{star_history CSV DelimitedFiles CSVFiles ChunkedCSV TableReader DLMReader ReadWriteDlm2 uCSV}}
8181

8282
#### CSV.jl
8383
{{badge CSV}}
@@ -106,6 +106,10 @@ While this package has a very impressive [release announcement](https://discours
106106
{{badge ReadWriteDlm2}}
107107
> ReadWriteDlm2 functions `readdlm2()`,` writedlm2()`, `readcsv2()` and `writecsv2()` are similar to those of [DelimitedFiles.jl](#delimitedfilesjl), but with additional support for Dates formats, Complex, Rational, Missing types and special decimal marks. ReadWriteDlm2 supports the Tables.jl interface.
108108
109+
#### uCSV.jl
110+
{{badge uCSV}}
111+
> A Julia package for reading and writing delimited-text; µ in size, ∞ in flexibility
112+
109113
### Arrow.jl
110114
{{badge Arrow}}
111115

docs/utils.jl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -143,6 +143,7 @@ const PKGINFOS = [
143143
PkgInfo(pkgname="TableReader", username="bicycle1885", branch="master"),
144144
PkgInfo(pkgname="DLMReader", username="sl-solution"),
145145
PkgInfo(pkgname="ReadWriteDlm2", username="strickek", docslink=nothing),
146+
PkgInfo(pkgname="uCSV", username="cjprybol", branch="master", ),
146147
]
147148

148149
function get_pkginfo(pkgname)

0 commit comments

Comments
 (0)