JuliaData/CSV.jl

strict=true

开放

#739 创建于 2020年9月9日

 (2 条评论) (0 个反应) (0 位负责人)Julia (119 个派生)batch import
help wantednew feature

仓库指标

星标
 (339 个星标)
PR 合并指标
 (平均合并 2小时 27分钟) (30 天内合并 1 个 PR)

描述

At the moment strict=true seems to throw and error for some types of file format problems, but not all. Some are still reported by warnings, e.g., when there aren't enough fields: thread = 1 warning: only found 2 / 3 columns around data row: 94. Filling remaining columns with missing or there are too many thread = 1 warning: parsed expected 3 columns, but didn't reach end of line around data row: 94. Ignoring any extra columns on this row

It would be great it these also throw an error when strict is being used.

贡献者指南