sai129198
sai129198
CSV文件数据行有三列: "a","b","12\"ef\"34" 读取时报错: java.io.UncheckedIOException: java.io.IOException: Invalid char between encapsulated token and delimiter at line: 1, position: 14 at org.apache.commons.io.function.Uncheck.wrap(Uncheck.java:339) at org.apache.commons.io.function.Uncheck.get(Uncheck.java:199) at org.apache.commons.csv.CSVParser$CSVRecordIterator.getNextRecord(CSVParser.java:149) at org.apache.commons.csv.CSVParser$CSVRecordIterator.hasNext(CSVParser.java:158) at com.alibaba.excel.analysis.csv.CsvExcelReadExecutor.execute(CsvExcelReadExecutor.java:79) at com.alibaba.excel.analysis.ExcelAnalyserImpl.analysis(ExcelAnalyserImpl.java:124) at...
### 🔎 Search before asking - [x] I have searched the PaddleOCR [Docs](https://paddlepaddle.github.io/PaddleOCR/) and found no similar bug report. - [x] I have searched the PaddleOCR [Issues](https://github.com/PaddlePaddle/PaddleOCR/issues) and found no...
发现fastjson2的序列化会受到jackson的一些注解影响比如@JsonIgnore,了解到可以通过JVM参数全局关闭,请问下可以在JSON.toString或者FastJsonHttpMessageConverter里单独设置关闭吗?