Skip to content

Commit 08c901f

Browse files
committed
Add links to CSV readme
1 parent 7ec7d49 commit 08c901f

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

csv/README.md

+6-1
Original file line numberDiff line numberDiff line change
@@ -20,14 +20,19 @@ To use this extension on Maven-based projects, use following dependency:
2020
<dependency>
2121
<groupId>com.fasterxml.jackson.dataformat</groupId>
2222
<artifactId>jackson-dataformat-csv</artifactId>
23-
<version>2.12.1</version>
23+
<version>2.13.0</version>
2424
</dependency>
2525
```
2626

2727
(with whatever is the latest version)
2828

2929
# Usage
3030

31+
## How-To Documents
32+
33+
* [Reading CSV with Jackson](https://cowtowncoder.medium.com/reading-csv-with-jackson-c4e74a15ddc1) (April 2021)
34+
* [Writing CSV with Jackson](https://cowtowncoder.medium.com/writing-csv-with-jackson-204fdb3c9dac) (October 2021)
35+
3136
## CSV Schema: what is that?
3237

3338
CSV documents are essentially rows of data, instead of JSON Objects (sequences of key/value pairs).

0 commit comments

Comments
 (0)