Advanced CSV processing with delimiter detection, header management, and JSON conversion.
CSV Parsing: Uses Papa Parse
library for robust CSV parsing with automatic delimiter detection.
JSON Conversion: Converts parsed CSV data to structured JSON format with optional header row handling.
Bidirectional: Supports both CSV→JSON and JSON→CSV conversions with consistent delimiter handling.
Error Handling: Provides clear error messages for malformed CSV or JSON input.