alibaba/easyexcel

csv文件读取数据格式异常 help wanted

Open

#3,880 opened on Jul 10, 2024

View on GitHub
 (1 comment) (0 reactions) (0 assignees)Java (7,599 forks)batch import
help wanted

Repository metrics

Stars
 (33,728 stars)
PR merge metrics
 (No merged PRs in 30d)

Description

   java.lang.IllegalStateException: IOException reading next record: java.io.IOException: (line 3721) invalid char between encapsulated token and delimiter

异常提示

invalid char between encapsulated token and delimiter

问题描述

读取csv时,某一条数据因为分隔符问题,且无法跳过这一行,导致所有数据无法读取

Contributor guide