artkostm / jcsv

simple csv library for java
0 stars 0 forks source link

Quote new line characters #17

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Trying to generate a CSV file with 3 fields A, B, C
2. A - Number, B - Short name, C - Text entered by user (Element C might have 
multiple lines).

What is the expected output? What do you see instead?
Expecting to get valid CSV file with Quoted element C when element C has 
multiple lines, instead getting element C partially shifted to the next line.

What version of the product are you using? On what operating system?
<groupId>com.googlecode.jcsv</groupId>
<artifactId>jcsv</artifactId>
<version>1.4.0</version>

Please provide any additional information below.

Original issue reported on code.google.com by Roman.Bi...@uspto.gov on 21 Nov 2014 at 10:43