csv support beginLineNo

This commit is contained in:
Looly
2021-07-09 22:51:35 +08:00
parent d68cc83b7d
commit 9fd7c02c86
8 changed files with 147 additions and 14 deletions

View File

@@ -0,0 +1,7 @@
# 这是一行注释,读取时应忽略
a,b,c,d
1,2,3,4
# 这是一行注释,读取时应忽略
q,w,e,r,"我是一段
带换行的内容"
a,s,d,f
Can't render this file because it has a wrong number of fields in line 2.