Open Issues Need Help
View All on GitHub Text File Encoding Detection Without Rewriting Data to Disk about 2 hours ago
AI Summary: This issue proposes an enhancement to allow text file encoding detection from in-memory `Data` on non-Apple platforms like Linux. Currently, the existing API necessitates writing the data to disk, which is inefficient. The goal is to find an alternative API or solution to perform this decoding directly from `Data` without disk I/O.
Complexity:
3/5
enhancement good first issue
Read & write delimited text file formats (incl. CSV and TSV).
Swift
#csv#csv-export#csv-files#csv-import#csv-parser#ios#macos#swift5#swift5-3#tsv#tsv-files#tsv-format#tsv-parser#tvos#watchos