Charmrai
Convert CSV to JSON, remove headers or select columns, and add Unix timestamp to each row.
Convert CSV to JSON, remove headers or select columns, and add Unix timestamp to each row.

CSV to JSON conversion
transforms comma-separated values into properly formatted JSON objects
Header removal
strip out header rows if your JSON output doesn't need column labels
Column selection
choose which columns to include in the JSON output rather than converting everything
Unix timestamp addition
automatically adds a Unix timestamp to each row, useful for tracking when data was processed or ingested
Freemium access
convert data without payment for basic use cases
Preparing CSV exports from spreadsheets for API endpoints that require JSON input
Adding processing timestamps to datasets before importing into databases
Filtering unwanted columns from CSV files during data transformation pipelines
Converting customer or product data exports into JSON format for application configuration
Testing and validating data format changes before committing to larger conversion tools