US ASCII file with newline character present within data
未关闭
question
- 主要语言
- Scala
- 星标
- 170
- 派生
- 96
- 平均合并
- 57 分钟
- 30 天内合并 PR
- 2
描述
I have a US ASCII file with new line character \n occuring inside data (not actual line sep), the actual line separator is \r\n for this file. Hence when I try to read this file with US ASCII options the data spills over to the next row.
Sample Data
1111 AAA XXXX 090923900 RER\nDFT 1021
2222 AAA XXYY 234902930 RFTSDASD 1221
When I read the file with Cobrix library ASCII options the data looks like
1111 AAA XXXX 090923900 RER
DFT 1021
2222 AAA XXYY 234902930 RFTSDASD 1221
Do we have any option in cobrix to solve this problem, may be something similar to multiline in csv reader?
贡献指南
这个仓库没有索引到贡献指南
评估
这个 Issue 还没有评估数据。