OpenCSV:指定无转义字符

时间:2017-03-01 16:17:38

标签: escaping primitive opencsv

有没有办法在OpenCSV中指定“无转义字符”?

我已经尝试将转义字符设置为空字符串,但由于转义字符是CSVParser类中的原始字符(见下文),因此解析器无法区分“无转义字符”和“使用NULL作为转义字符。“

    /**
     * This is the character that the CSVParser will treat as the escape character.
     */
    private final char escape;

我正在使用的字符分隔文件包含NULL(U + 0000)个字符。

这是一个错误还是我错过了什么?谢谢!

0 个答案:

没有答案