Add ability to load wider range of EOL separated text files
未关闭
enhancement
- 主要语言
- Scala
- 星标
- 170
- 派生
- 96
- 平均合并
- 57 分钟
- 30 天内合并 PR
- 2
描述
## Background
Currently, `.option("is_text", "true")` is limited to ASCII UTF-8 files.
EOL separators allow us to treat a file as a fully variable-length file.
## Feature
Implement `is_text` through variable-length readers to
- [ ] Allow other charsets for ASCII
- [ ] Allow specifying EOL character and escape
- [ ] Allow EBCDIC with code pages
- [ ] Allow multisegment and hierarchical records
贡献指南
这个仓库没有索引到贡献指南
评估
这个 Issue 还没有评估数据。