I use for reading * .CSV file
<dependency> <groupId>net.sourceforge.javacsv</groupId> <artifactId>javacsv</artifactId> <version>2.0</version> </dependency> There is a file with transitions to another line. for example
CODE DESCRIPTION AA "Эта запись содержит: - строку один; - строку два; - строку три." Is it possible to read such a file using this or any other library?