A Node.js library that converts CSV files into JSON format efficiently, supporting large files and advanced parsing.
Features
- Converts CSV files to JSON with minimal configuration
- Supports streaming large datasets for memory efficiency
- Allows customization of delimiters and column mappings
- Works with Promises and callback-based APIs
- Supports async/await for modern JavaScript usage
- Can handle malformed or inconsistent CSV data
