इसे छोड़कर कंटेंट पर जाएं

Text to Table इनपुट प्रकार

इस पेज का उपयोग यह समझने के लिए करें कि Text to Table क्या convert कर सकता है और सामान्य input formats को कैसे तैयार करें।

कॉमा, टैब, सेमीकोलन, या पाइप जैसे स्पष्ट separators वाला टेक्स्ट local parsing के साथ अच्छी तरह काम करता है।

First Name,Last Name,Department,E-Mail
Alice,Johnson,HR,[email protected]
Bob,Smith,IT,[email protected]
Clara,Lee,FIN,[email protected]
David,Kim,MKT,[email protected]

जब एक cell के भीतर commas हों

Section titled “जब एक cell के भीतर commas हों”

अगर किसी value में commas हों, तो उसे double quotes में रखें ताकि वह एक ही cell में रहे।

First Name,Last Name,Department,E-Mail

emails, notes, या AI output से copy किया गया टेक्स्ट तब भी convert हो सकता है, जब उसमें स्पष्ट separators न हों।

Alice Johnson (HR) [email protected] Bob Smith (IT), [email protected], Clara Lee (FIN), [email protected], David Kim (MKT), [email protected]

Markdown table syntax supported है।

| Customer | Order | Milk |
|-------------|------------|--------|
| Alice | Latte | Oat |
| Bob | Americano | None |
| Charlie | Cappuccino | Almond |

Markdown tables तब अच्छा विकल्प हैं जब source में row और column structure पहले से साफ़ हो, लेकिन data अभी भी text के रूप में हो।

Text to Table ऐसे Markdown content को भी संभाल सकता है जिसमें tables के साथ headings, lists, या paragraphs मिले हुए हों।

उदाहरण:

  • heading के बाद table वाले documentation snippets
  • किसी AI tool से copy किए गए notes
  • Markdown में लिखे गए project updates

अगर आपकी selection में कई Markdown blocks मिले हुए हैं और आप result पर अधिक नियंत्रण चाहते हैं, तो Open in Table Editor का उपयोग करें।

Text to Table पहली parsed row को headers के रूप में उपयोग करता है। यह headers का अपने-आप अनुमान नहीं लगाता।

अगर आपको specific column names चाहिए, तो जिस टेक्स्ट को convert करना है उसकी पहली row में उन्हें शामिल करें।

अगर आप Text to Table को बिना selected text के शुरू करते हैं, तो आप ये files भी import कर सकते हैं:

  • .csv
  • .tsv
  • .txt
  • .xlsx

ये files पहले Table Editor के माध्यम से खुलती हैं ताकि आप Apply क्लिक करने से पहले result देख सकें।