Updated CSV Plugin (markdown)

springmeyer 2013-01-03 13:17:00 -08:00
parent 804a7f3539
commit 4118f34c8e

@ -34,4 +34,4 @@ The plugin defaults to assuming `\` is the escape character. So data like `"This
### quote character
The plugin defaults to assuming `"` is the quote character that lines needing quoted will be wrapped in. Therefore a line like `"Main street,USA"` would parse fine and the `,` inside would not be interpreted as a column separator, but `'Main street, USA` would not parse unless you passed a custom option like `quote='`.
The plugin defaults to assuming `"` is the quote character that lines needing quoted will be wrapped in. Therefore a line like `"Main street,USA"` would parse fine and the `,` inside would not be interpreted as a column separator, but `'Main street, USA'` would not parse unless you passed a custom option like `quote='`.