Read & write delimited text file formats (incl. CSV and TSV).

csv csv-export csv-files csv-import csv-parser ios macos swift5 swift5-3 tsv tsv-files tsv-format tsv-parser tvos watchos
1 Open Issue Need Help Last updated: Mar 15, 2026

Open Issues Need Help

View All on GitHub

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