Task hub3 tools2 workflows
Transform hub
Browse tools for transform tasks.
Hub intro and use cases
This hub groups tools that focus on transform operations.
- Start with transform tools and then continue to the next workflow hub.
On this page
Jump to each section quickly.
Workflows in this hub
Touching = workflows with at least one transform tool. Primary = first step is transform or most steps are transform.
Extract Columns and Convert to JSON
Beginner~2 mincsvtransformationapi
Pull only the columns you need from a CSV, then convert the slimmed-down data to JSON.
Use case
Use this when a wide CSV contains many columns but only a subset are relevant, and you want lean JSON for an API, script, or frontend component.
Slim CSV and Deduplicate
Intermediate~3 mincsvcleanupoperations
Remove unwanted columns, deduplicate rows, then validate the final CSV.
Use case
Use this before sharing a CSV with external parties when you need to strip private or irrelevant columns and ensure no duplicate records are included.