max-mapper / max-mapper/binary-csv
Enhancement: Add option for unescaped quotes in csv
未关闭
还没有人认领这个 Issue。
- 主要语言
- JavaScript
- 星标
- 106
- 派生
- 15
- PR 合并指标
- 30 天内没有已合并 PR
描述
Would be really nice if you could pass in an option to the parser to NOT try to escape quotes across multiple lines. Ran into this issue when the data feed I received didn't properly escape their double quotes so the parser didn't process the next lines properly. Ie in the example below everything is considered the first row.
ie:
row, some item, that is 16"
another row, that has something in it, no quotes
row3, has another, item with quote that is 12"
贡献指南
这个仓库没有索引到贡献指南
从这里开始
- 先读完整个 Issue,再读项目的贡献指南。
- 在 Issue 下留言说明你要接手 —— 这能避免两个人做同样的事。
- Fork 仓库,在一个分支上完成修改。
- 提交 Pull Request,并在描述里引用这个 Issue 编号。
调研方向
首先定位 parser 对跨行引号的处理,并检查 parser 选项的定义方式。添加一个选项,将未转义的引号视为普通字段内容,然后验证示例输入会生成彼此分开的行,而不是一条持续的行。
由索引模型根据 Issue 内容生成。
评估
- 技术栈
- javascript
- 领域
- data-engineering
- Issue 类型
- 功能
- 难度
- 4/5
- 预计耗时
- 3-5 天
- 活跃度
- 停滞
- 描述清晰度
- 基本清楚
- 新手友好度
- 35/100