CSV Decoding and Encoding for Elixir
A simple and fast CSV parsing and dumping library
A simple library for dealing with CSV files
Get CSV from your benchee benchmarks to turn them into graphs or whatever!
A simple csv parser and generator written in Gleam
The CSV data layer for Ash Framework
CSVLixir is a CSV reader/writer for Elixir. Reading from files returns a stream of lists. Reading from strings returns a list of lists. ...
Fast NIF-based CSV parser using libcsv
An Elixir port of Python's CSV Sniffer.
Simple parsing of xlsx spreadsheet data. Data can be retrieved or written to csv.
A library to build in-code schema starting from csv files
CSV for Elixir
Schema-based library for reading and writing delimited (CSV, TSV, PSV, SSV) and fixed-width data files in Elixir. Provides strong typing ...
File parser for popular excel formats: xls (Excel 2003), csv, xlsx (Excel 2007). Stores data in ets (except for csv, which uses stream).
OTP application for fetching and polling Google spreadsheet data in CSV format.
Library to help you generate CSV files
Ultra-fast CSV parsing for Elixir. A purpose-built Rust NIF with SIMD acceleration, parallel parsing, and bounded-memory streaming. Drop-...
Import files with tab separated data.
A simple csv parser that supports both CSV and XLSX
Little tool for converting JSON array or CSV to ARFF file.
YouTube Reporting API client library. Schedules reporting jobs containing your YouTube Analytics data and downloads the resulting bulk da...
Exports data as CSV and other formats.
CSV handling library for Elixir.
A library for validating transforming and parsing non-sandboxed data (e.g. CSV files)
Create Elixir structs, maps with atom keys, and keyword lists from CSV/TSV data.
Transform Elixir Deeply Nested Maps into flat maps or 2 dimensional array. Export any map to CSV, XLSX or JSON.
Helpers built to work with Phoenix's page struct to easily work with CSV files.
A library to convert geospatial data from format-to-format: Shapefile, KML, CSV, GeoJSON, etc.
CSV Stream Parser
Convert a list of nested maps to `list(list(String.t))` or CSV. Can be used with GraphQL or Ecto.