Clean CSV for API use
Trim CSV rows, remove duplicates, convert to JSON, and make a quick Markdown table for review.
- 1. CSV JSON
Trim cells, drop empty rows, detect duplicates, and convert rows to JSON.
- 2. Sort
Sort or dedupe key lists before they become API payload values.
- 3. Markdown
Create a Markdown table so teammates can review the cleaned data quickly.