open_csv is an easy-to-use C library that simplifies the process of reading and writing CSV (Comma-Separated Values) files in your C projects.
- Load CSV files with ease.
- Trim tokens, deleting unwanted leading/trailing whitespaces.
- More to be added if and whenever needed.
To use CSVLib in your project, follow these steps:
-
Clone this repository to your local machine:
-
Include the 'open_csv.h' header file in your C source files.
-
Build your project with 'open_csv.c' as part of your source files.
Contributions are welcome! If you encounter a bug or have ideas for improvements, please open an issue or submit a pull request.
open_csv is released under the MIT License. See the LICENSE file for full licensing details.