Manage all types of time series data in a single, purpose-built database. Run at any scale in any environment in the cloud, on-premises, or at the edge. Learn more →
Top 7 C CSV Projects
-
csvquote
Enables common unix utlities like cut, awk, wc, head to work correctly with csv data containing delimiters and newlines
Project mention: csvquote – smart and simple CSV processing on the command line | news.ycombinator.com | 2023-07-01 -
zsv
zsv+lib: world's fastest (simd) CSV parser, bare metal or wasm, with an extensible CLI for SQL querying, format conversion and more
If it could be tabular in nature, maybe convert to sqlite3 so you can make use of indexing, or CSV to make use of high-performance tools like xsv or zsv (the latter of which I'm an author).
https://github.com/BurntSushi/xsv
https://github.com/liquidaty/zsv/blob/main/docs/csv_json_sql...
-
SonarLint
Clean code begins in your IDE with SonarLint. Up your coding game and discover issues early. SonarLint is a free plugin that helps you find & fix bugs and security issues from the moment you start writing code. Install from your favorite IDE marketplace today.
-
ExternData
:page_facing_up: Modelica library for data I/O of CSV, INI, JSON, MATLAB MAT, SSV, TIR, Excel XLS/XLSX and XML files
Is the “software program” ADAMS? If so, .tir files are flat text, ASCII files. You can open Notepad (or any text editor) and simply type it, and save with the .tir extension. It will be tedious but possible. Example of the format can be found here. You’ll have to look at the ADAMS (?) documentation to figure out the full names for all the coefficients.
-
-
-
csv-converter
The CSV TO CSV CONVERTER will change the current separator of your .csv files to any other character you desire, without corrupting data inside of "", and with only one simple terminal command!
-
-
Mergify
Updating dependencies is time-consuming.. Solutions like Dependabot or Renovate update but don't merge dependencies. You need to do it manually while it could be fully automated! Add a Merge Queue to your workflow and stop caring about PR management & merging. Try Mergify for free.
C CSV related posts
- Perl first commit: a “replacement” for Awk and sed
- csvquote – smart and simple CSV processing on the command line
- Converting my new code (Bytearray2Float64) into 19 Programming Language
- csvkit: Command-line tools for working with CSV
- A command line tool that draw plots on the terminal
- GitHub Actions are down again
- Best apps for logging and categorising expenditures?
-
A note from our sponsor - InfluxDB
www.influxdata.com | 27 Sep 2023
Index
What are some of the best open-source CSV projects in C? This list will help you:
Project | Stars | |
---|---|---|
1 | csvquote | 427 |
2 | zsv | 130 |
3 | ExternData | 62 |
4 | csv-nix-tools | 30 |
5 | Erlang NIF CSV parser and writer | 10 |
6 | csv-converter | 5 |
7 | mkmcsv | 0 |