Search documentation of CSV
CSV
▼
Project version
v3.2.2
v3.2.1
v3.2.0
v3.1.0
v3.0.5
v3.0.4
v3.0.3
v3.0.2
v3.0.1
v3.0.0
v2.5.0
v2.4.1
v2.4.0
v2.3.1
v2.3.0
v2.2.0
v2.1.1
v2.1.0
v2.0.0
v2.0.0-rc.0
v1.4.4
v1.4.3
v1.4.2
v1.4.1
v1.4.0
v1.3.3
v1.3.2
v1.3.1
v1.3.0
v1.2.4
v1.2.3
v1.2.2
v1.2.1
v1.2.0
v1.1.4
v1.1.3
v1.1.2
v1.1.1
v1.1.0
v1.0.1
v1.0.0
v0.2.2
v0.2.1
v0.2.0
v0.1.1
v0.1.0
Pages
Modules
API Reference
Modules
Changelog
3.2.1 (2025-01-02)
3.2.1 (2023-11-26)
3.2.0 (2023-09-24)
3.0.5 (2022-12-03)
3.0.4 (2022-11-19)
3.0.3 (2022-11-04)
3.0.2 (2022-11-03)
3.0.1 (2022-10-25)
3.0.0 (2022-10-25)
2.5.0 (2022-09-17)
2.4.1 (2020-09-12)
2.4.0 (2020-09-12)
2.3.1 (2019-03-30)
2.3.0 (2019-03-17)
2.2.0 (2019-03-03)
2.0.0 (2017-05-29)
1.4.4 (2016-11-12)
1.4.3 (2016-08-27)
1.4.2 (2016-06-20)
1.4.1 (2016-05-21)
1.4.0 (2016-04-03)
1.3.3 (2016-03-25)
1.3.2 (2016-03-08)
1.3.1 (2016-03-08)
1.3.0 (2016-03-01)
1.2.4 (2016-02-06)
1.2.3 (2016-01-19)
1.2.2 (2016-01-02)
1.2.1 (2015-10-17)
1.2.0 (2015-10-11)
1.1.5 (2015-10-11)
1.1.4 (2015-09-13)
1.1.3 (2015-09-12)
1.1.2 (2015-09-05)
1.1.1 (2015-07-14)
1.1.0 (2015-07-12)
1.0.1 (2015-07-11)
1.0.0 (2015-05-24)
0.2.3 (2015-05-24)
0.2.2 (2015-05-20)
0.2.1 (2015-05-20)
0.2.0 (2015-03-25)
CSV
Installation
Getting all correctly formatted rows
Performance
Upgrading from 2.x
Design Goals
Usage
Contributions & Bugfixes are most welcome!
Copyright and License
CSV
Summary
Types
decode_options/0
encode_options/0
Functions
decode/2
decode!/2
encode/2
CSV.Decoding.Decoder
Summary
Types
decode_options/0
Functions
decode/2
CSV.Decoding.Parser
Summary
Types
parse_options/0
Functions
add_error/3
add_row/2
parse/2
CSV.Defaults
CSV.Encode
Summary
Types
t/0
Functions
encode/2
CSV.Encoding.Encoder
Summary
Functions
encode/2
Exceptions
CSV.EscapeSequenceError
CSV.RowLengthError
CSV.StrayEscapeCharacterError
Settings
View Source
CSV.StrayEscapeCharacterError
exception
(CSV v3.2.2)
Raised at runtime when the CSV row has stray quotes.
×