CSVImporter
CSV importer
An asynchronous CSV file importer that reads and processes files line by line to prevent delays and memory issues.
Import CSV files line by line with ease
148 stars
14 watching
31 forks
Language: Swift
last commit: about 1 year ago csvcsv-filesdata-mappingheaderimporterline-by-line
Related projects:
Repository | Description | Stars |
---|---|---|
tidyverse/readr | Provides fast and friendly way to read rectangular data from delimited files | 1,010 |
skelpo/csv | A Swift library for parsing and serializing CSV files in an efficient and flexible way | 32 |
swiftcsv/swiftcsv | A CSV parser library for Swift that allows loading and parsing CSV data from various sources. | 966 |
vigneshuvi/swiftcsvexport | A lightweight framework for creating, reading and writing CSV files in Swift. | 127 |
arp-g/csv2sql | Automates the process of loading CSV files into a relational database by inferring table structure and inserting data in parallel. | 54 |
jitbit/csvexport | A lightweight CSV export tool with support for Excel-compatible formats and efficient memory usage. | 163 |
jheusser/csvfix | Tools to fix and process CSV files | 4 |
yaslab/csv.swift | A Swift library for reading and writing CSV files with various features like header rows, field values, and character encoding. | 669 |
nero5023/csvparser | A Swift library for reading and writing CSV files across multiple platforms | 86 |
theacharya/csv2notion-neo | A command-line tool that automates the upload and merging of CSV or JSON data with images to Notion databases. | 22 |
dehesa/codablecsv | A Swift library for parsing and generating CSV data in rows or using Codable interface. | 461 |
frosch95/smartcsv.fx | An application to load, save and edit CSV files with customizable column validation. | 75 |
vincentlaucsb/csv-parser | A high-performance CSV parser and serializer for modern C++. | 917 |
vividvilla/csvtotable | Converts CSV files to searchable and sortable HTML tables with features like pagination and export options. | 1,117 |
flynsarmy/laravel-csv-seeder | A package for seeding databases with CSV files | 256 |