smarter_csv
CSV processor
A Ruby gem that simplifies CSV data processing and conversion to arrays of hashes.
Ruby Gem for convenient reading and writing of CSV files. It has intelligent defaults, and auto-discovery of column and row separators. It imports CSV Files as Array(s) of Hashes, suitable for direct processing with ActiveRecord, kicking-off batch jobs with Sidekiq, parallel processing, or oploading data to S3. Writing CSV Files is equally easy.
1k stars
29 watching
190 forks
Language: Ruby
last commit: 3 months ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
| A gem for reading tabular data in the comma-separated values (CSV) format | 177 |
| A fast and versatile CSV parser written in C++ that can convert strings to specific types | 51 |
| A lightweight CSV parsing and dumping library for Elixir, providing fast and efficient data processing. | 776 |
| A fast and efficient CSV parsing library for C++ | 567 |
| A Swift library for reading and writing CSV files with various features like header rows, field values, and character encoding. | 674 |
| A lightweight C++ CSV parsing library that reads and parses CSV files on demand without allocating memory in the constructor or while parsing. | 80 |
| A stream-based CSV parsing and writing library in Swift. | 84 |
| A Swift library for parsing and generating CSV data in rows or using Codable interface. | 464 |
| Provides functions to read and write comma-separated value data in Elixir | 33 |
| A fast CSV parsing and processing library with an extensible command-line utility | 215 |
| A library for parsing and encoding CSV files in Elixir. | 500 |
| A tool to validate and analyze CSV files | 287 |
| A Ruby library that reads and parses various file formats, including XLSX, XLS, ODS, CSV, TSV, and Google Docs, returning tabular data as arrays or hashes. | 226 |
| A parser combinator library for Deno that provides a simple way to parse CSV data. | 11 |
| A package for reading and writing annotated CSV tables according to the 'CSV on the Web' standard | 15 |