Text to Table Input Types
Dieser Inhalt ist noch nicht in deiner Sprache verfügbar.
Use this page to understand what Text to Table can convert and how to prepare common input formats.
Structured Text
Section titled “Structured Text”Text with clear separators such as commas, tabs, semicolons, or pipes works well with local parsing.
First Name,Last Name,Department,E-MailAlice,Johnson,HR,[email protected]Bob,Smith,IT,[email protected]Clara,Lee,FIN,[email protected]David,Kim,MKT,[email protected]Text with Commas Inside One Cell
Section titled “Text with Commas Inside One Cell”If one value contains commas, wrap that value in double quotes so it stays in one cell.
First Name,Last Name,Department,E-MailDavid,Kim,MKT,"[email protected], [email protected]"Unstructured Text
Section titled “Unstructured Text”Text copied from emails, notes, or AI output can still be converted even when it does not have clear separators.
Alice Johnson (HR) [email protected] Bob Smith (IT), [email protected], Clara Lee (FIN), [email protected], David Kim (MKT), [email protected]Markdown Tables
Section titled “Markdown Tables”Markdown table syntax is supported.
| Customer | Order | Milk ||-------------|------------|--------|| Alice | Latte | Oat || Bob | Americano | None || Charlie | Cappuccino | Almond |Markdown tables are a good fit when your source already has clear row and column structure but is still stored as text.
Mixed Markdown Content
Section titled “Mixed Markdown Content”Text to Table can also handle Markdown content that mixes tables with headings, lists, or paragraphs.
Examples:
- documentation snippets with a heading followed by a table
- notes copied from an AI tool
- project updates written in Markdown
If your selection mixes several Markdown blocks and you want more control over the result, use Open in Table Editor.
Header Behavior
Section titled “Header Behavior”Text to Table uses the first parsed row as headers. It does not infer headers automatically.
If you want specific column names, include them in the first row of the text you convert.
File-Based Starts
Section titled “File-Based Starts”If you start Text to Table with no selected text, you can also import:
.csv.tsv.txt.xlsx
Those files open through Table Editor first so you can review the result before you click Apply.