https://github.com/orchetect/textfilekit
Read & write delimited text file formats (incl. CSV and TSV).
https://github.com/orchetect/textfilekit
csv csv-export csv-files csv-import csv-parser ios macos swift5 swift5-3 tsv tsv-files tsv-format tsv-parser tvos watchos
Last synced: about 2 months ago
JSON representation
Read & write delimited text file formats (incl. CSV and TSV).
- Host: GitHub
- URL: https://github.com/orchetect/textfilekit
- Owner: orchetect
- License: mit
- Created: 2020-09-23T19:01:10.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2025-01-27T22:43:58.000Z (4 months ago)
- Last Synced: 2025-03-29T23:32:09.412Z (2 months ago)
- Topics: csv, csv-export, csv-files, csv-import, csv-parser, ios, macos, swift5, swift5-3, tsv, tsv-files, tsv-format, tsv-parser, tvos, watchos
- Language: Swift
- Homepage:
- Size: 88.9 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# TextFileKit
[](https://github.com/orchetect/TextFileKit/actions/workflows/build.yml) [](https://developer.apple.com/swift)  [](https://developer.apple.com/swift) [](https://github.com/orchetect/TextFileKit/blob/main/LICENSE)
Read and write common delimited text file formats, including:
- CSV (comma-separated values)
- TSV (tab-separated values)## Installation
### Swift Package Manager (SPM)
To add TextFileKit to your Xcode project:
1. Select File → Swift Packages → Add Package Dependency
2. Add package using `https://github.com/orchetect/TextFileKit` as the URL.## Roadmap
Future library additions could bring additional table data text file formats.
## Author
Coded by a bunch of 🐹 hamsters in a trench coat that calls itself [@orchetect](https://github.com/orchetect).
## License
Licensed under the MIT license. See [LICENSE](https://github.com/orchetect/TextFileKit/blob/master/LICENSE) for details.
This library was formerly known as SwiftHex.
## Contributions
Contributions are welcome. Feel free to post an Issue to discuss.