Data operations · inspect before import
CSV cleanup & handoff
Profile, inspect and convert delimited data before it reaches a spreadsheet, importer or downstream workflow.
Who this is for
Finance ops, analysts and implementation teams receiving messy exports
Target outcome
Understand the file shape, catch delimiter/header surprises and hand off a predictable CSV, TSV or JSON representation.
Boundary
These tools inspect structure and formatting; they do not prove business correctness of the underlying records.
Working set
Pick the smallest tool that finishes the step.
CSV Column Profiler
Profile a bounded CSV sample for rows, columns, empty cells, inferred delimiter and spreadsheet-formula-like cell prefixes.
Engine: PapaParse
Source: External GitHub OSS
CSV Delimiter Detector
Detect the delimiter PapaParse infers from a bounded delimited-text sample and show parse diagnostics.
Engine: PapaParse
Source: External GitHub OSS
CSV Header Inspector
Inspect parsed CSV header names, delimiter and first-record diagnostics locally with PapaParse.
Engine: PapaParse
Source: External GitHub OSS
CSV Row Counter
Count non-empty parsed CSV rows locally with PapaParse without uploading the data.
Engine: PapaParse
Source: External GitHub OSS
CSV to JSON Converter
Convert bounded CSV text to JSON locally with PapaParse, including header-aware parsing and visible parse errors.
Engine: PapaParse
Source: External GitHub OSS
JSON to CSV Converter
Convert a JSON array of records or rows to CSV locally with PapaParse; spreadsheet formula-like cell prefixes are escaped by default.
Engine: PapaParse
Source: External GitHub OSS
CSV to TSV Converter
Convert CSV rows to tab-separated values locally with PapaParse and escape spreadsheet formula-like output cells by default.
Engine: PapaParse
Source: External GitHub OSS
TSV to CSV Converter
Convert tab-separated rows to CSV locally with PapaParse and escape spreadsheet formula-like output cells by default.
Engine: PapaParse
Source: External GitHub OSS
Workflow ladder
One-off job
Open one tool, finish the immediate step and leave. No account is required.
Repeatable local flow
If supported operations repeat, chain them in the executable local workspace instead of copying output across tabs.
Operational workflow
Move to a product only when evidence, monitoring, team controls, orchestration or supported outcomes justify it.
Need a different job?
Use the searchable library when your task does not fit this curated collection.
Pass the useful route forward
Share this collection, not visitor data.
Native share sends only this canonical Solarc route plus public page context. It never includes tool inputs, generated results, uploaded files, local presets or builder state.