Conversions
Dados em Coluna Aqui……
Output as
ou
Dados Delimitados Aqui……
0 itens

Convert Commas to Tabs

Comma-separated in, tab-delimited out — paste the result into a spreadsheet and it lands in separate cells.

Already set up: split mode is comma, join is tab. Paste one item per line and press convert to join it up.

Examples

InputOutput
Simple apple,banana,cherry apple⇥banana⇥cherry
Realistic Name,Email,Plan Name⇥Email⇥Plan

Why convert this way

Tabs are what spreadsheets understand on paste. Paste a comma list into Excel and it all lands in one cell. Paste tab-delimited text and each value gets its own cell, with no import wizard involved.

When you will need it

  • Pasting a list across spreadsheet columns
  • Preparing data for a tool that reads tab-delimited input
  • Avoiding Excel's Text-to-Columns dialog entirely
  • Building a quick table to paste into a document
Watch out: Some editors convert tabs into spaces on paste. If the cells do not split, check that your intermediate app is not "helpfully" expanding tabs.

What the settings do here

  • Split on comma — the tool reads apple,banana,cherry as 3 separate items.
  • Join with a tab — producing apple⇥banana⇥cherry.

Where this comes up

Useful in the opposite direction to most jobs here: you already have a list and want it back into a spreadsheet, one value per cell, without the Text to Columns dialog.

Related conversions

Going the other way, or joining with something else entirely? The delimiter converter accepts any split and join pair including custom separators, and the index has the 16 ready-made ones.

Frequently Asked Questions

Why convert commas to tabs before pasting into a spreadsheet?

Because spreadsheets split pasted text on tabs, not commas. A comma list pastes into a single cell, while tab-delimited text lands one value per cell.

Why did my tabs turn into spaces?

Some editors and chat apps expand tab characters on paste. Paste directly from this tool into the spreadsheet rather than via an intermediate app.