readervzrd
Readervzrd is a Rust library that provides utilities for reading tabular data from files without worrying if they are formatted as CSV, JSON or Parquet. It offers flexible functionality to extract headers and iterate over records, supporting different file formats and structures.
Features
- Supports uniform reading of data from CSV, JSON and Parquet files.
- Extracts headers from files.
- Iterate over records
- Handling of nested JSON structures
Installation
To use readervzrd in your Rust project, add it as a dependency in your Cargo.toml file:
[]
= "0.1.0"
Usage
use ;
Contributing
Contributions are welcome! If you find any issues or have suggestions for improvements, please open an issue or create a pull request on GitHub.
License
This project is licensed under the MIT License - see the LICENSE file for details.