1. Convert a tab-separated contact list
Data analystBackground
A data analyst copies a small table from a report, but the values are separated by tabs and need a structured format for review.
Problem
Identify the columns, infer values such as age and active status, and create reusable exports.
How to use
Paste the tab-separated rows into Text Input, leave Input Mode on Auto-detect, keep Header Mode on Automatic, and enable Trim Cells.
textInput: "name\tage\tactive\nAda\t37\ttrue\nLinus\t5\tfalse"; inputMode: "auto"; headerMode: "auto"; trimCells: true; useAI: falseOutcome
The tool detects the table, infers typed rows, and provides CSV, JSON, and Markdown versions.