Skip to content

Commit

Permalink
Merge pull request #13 from kenahoo/patch-1
Browse files Browse the repository at this point in the history
Tell the user what the default quote/escape/sep characters are
  • Loading branch information
ogrodnek committed Feb 19, 2014
2 parents bd9c501 + 478a6b1 commit f315c1a
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,14 @@ create table my_table(a string, b string, ...)

### Custom formatting

The default separator, quote, and escape characters from the `opencsv` library are:

```
DEFAULT_ESCAPE_CHARACTER \
DEFAULT_QUOTE_CHARACTER "
DEFAULT_SEPARATOR ,
```

You can also specify custom separator, quote, or escape characters.

```
Expand Down Expand Up @@ -54,4 +62,4 @@ Run `mvn eclipse:eclipse` to generate `.project` and `.classpath` files for ecli

## License

csv-serde is open source and licensed under the [Apache 2 License](http://www.apache.org/licenses/LICENSE-2.0.html).
csv-serde is open source and licensed under the [Apache 2 License](http://www.apache.org/licenses/LICENSE-2.0.html).

0 comments on commit f315c1a

Please sign in to comment.