csv-parsing
There are 134 repositories under csv-parsing topic.
C2FO/fast-csv
CSV parser and formatter for node
alan-turing-institute/CleverCSV
CleverCSV is a Python package for handling messy CSV files. It provides a drop-in replacement for the builtin CSV module with improved dialect detection, and comes with a handy command line application for working with CSV files.
dashbitco/nimble_csv
A simple and fast CSV parsing and dumping library for Elixir
haskell-hvr/cassava
A CSV parsing and encoding library optimized for ease of use and high performance
digital-preservation/csv-validator
CSV Validation Tool and API (CSV Schema RI)
nreco/csv
Fast C# CSV parser
gitdagray/csv-to-sql-insert
Provide table data as a CSV (comma-separated values) file and output a SQL insert statement for a table with the same name as the file.
digital-preservation/csv-schema
CSV Schema
juancarlospaco/faster-than-csv
Faster CSV for Python
jlumbroso/comma
Python CSV, and delimiter-spaced files, for humans!
ModbusScope/ModbusScope
ModbusScope logs data for analysis using the Modbus protocol.
22222/CsvTextFieldParser
A simple CSV parser based on Microsoft.VisualBasic.FileIO.TextFieldParser.
ChrisPenner/lens-csv
Lensy interface for parsing CSV's
airbreather/Cursively
A CSV reader for .NET. Fast, RFC 4180 compliant, and fault tolerant. UTF-8 only.
jandoczy/csv-fast-reader
Fast and simple CSV parser written in C
ssi-anik/dataset
Data set is PHP package for importing & exporting data within CSV & Database with data manipulation
alan-turing-institute/CSV_Wrangling
Repository for reproducibility of the CSV file project
biegehydra/EasyCsv-Dotnet
EasyCsv is a simple and efficient .NET library for handling CSV files in your projects. With a **fluent** user-friendly API, it allows you to easily read, write, and manipulate CSV files with a minimal amount of code.
vegarsti/csvprint
command line utility for printing csv files
tiendc/go-csvlib
High-level performant CSV encoding and decoding library
antonio-leonardo/CsvSerializer
C# class giving a simplest with performance serializer functionalities to manipulate CSV strings; several test cases were executed in order to treat the particularities of a sequence of CSV characters; in this publication, is considered stable, it is implemented in productive environments with large scale of data generated or consumed in CSV
SDN-X/SuperConvert
SuperConvert is a C# library that provides easy and efficient conversion between JSON and various data formats.
jegesh/python-random-access-file-reader
Low memory usage random access reader for csv and general files
LimberDuck/converter-csv
Converter CSV by LimberDuck is a GUI tool to convert multiple large csv files to xlsx files.
SoftCircuits/CsvParser
Classes for reading and writing comma-separated-values (CSV) files. Supports special characters in column fields. Options to instead use tab delimiters, etc.
csimplestring/go-csv
Auto detect CSV delimiter in Golang.
openbridge/ob_file_validation
API to validate CSV files and create schemas for compliance with established norms such as RFC4180
EliotJones/CsvSwan
Easily parse CSV files from C# using common defaults
dennyxm/bdmtool
a simple tool to analyze stock price movement in IDX ( Indonesia Stock Exchange )
jlmorton/tableau
Fast, Multi-threaded CSV to Tableau Data Extract Conversion (TDE). Thin wrapper around Tableau SDK.
IMERSS/checklist-generator
Tool to extract data out of a CSV file and generate a checklist of the items in a hierarchical format.
SiddeshSambasivam/Six-Degrees
Implementation of the challenge to find the shortest link between any two arbitrary actors
asimuzzaman/edu.duke.java
IntelliJ IDEA and BlueJ workspace for Duke University Java courses
rbotafogo/jCSV
CSV read and write for JRuby based on uniVocity
danieldotwav/Student-Database
A C++ program for managing student records including names, majors, and GPAs. This program provides various features for data manipulation and sorting. It allows users to find individual student records, print the entire student registry, and sort the records by last name, major, or GPA.
travelr/FluentCsvMachine
A blazing fast typed CSV parser powered by state machines, fluent interfaces and LINQ Expressions.