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

बेहतर परिणामों के लिए Text to Table टिप्स

जब आप बेहतर first-pass result और बाद में कम manual cleanup चाहते हों, तब इन सुझावों का उपयोग करें।

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

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

यह खास तौर पर इन मामलों में उपयोगी है:

  • copied notes
  • contact lists
  • email summaries
  • AI-generated text

एक ही delimiter style रखें

Section titled “एक ही delimiter style रखें”

Structured text तब सबसे अच्छा काम करता है जब पूरी selection में एक ही separator लगातार उपयोग किया जाए।

अच्छे उदाहरण:

  • CSV-style text के लिए commas
  • pasted spreadsheet rows के लिए tabs
  • repeated records के लिए semicolons या pipes

अगर टेक्स्ट में कई separator styles मिले हुए हैं, तो Open in Table Editor का उपयोग करें ताकि आप apply करने से पहले result देख सकें।

Cell के अंदर commas के लिए quotes का उपयोग करें

Section titled “Cell के अंदर commas के लिए quotes का उपयोग करें”

अगर किसी value में commas हों, तो उसे double quotes में रखें ताकि वह columns में टूटने के बजाय एक ही cell में रहे।

उदाहरण:

Markdown table syntax को सही रखें

Section titled “Markdown table syntax को सही रखें”

Markdown tables के लिए header row और body rows के बीच separator line बनी रहनी चाहिए।

यह भरोसेमंद pattern है:

  • header row
  • dashes वाली separator row
  • हर record के लिए एक row

अगर आप documentation या AI output से Markdown copy कर रहे हैं, तो convert करने से पहले separator line की जाँच करें।

Review वाले मामलों में Table Editor का उपयोग करें

Section titled “Review वाले मामलों में Table Editor का उपयोग करें”

इन स्थितियों में Open in Table Editor चुनें:

  • source text बिखरा हुआ या असंगत हो
  • आप apply करने से पहले headers जाँचना चाहते हों
  • आप insert होने से पहले table format करना चाहते हों
  • आप file import कर रहे हों और पहले result confirm करना चाहते हों

जब data पहले से file में हो, तो file से शुरू करें

Section titled “जब data पहले से file में हो, तो file से शुरू करें”

अगर source पहले से file के रूप में saved है, तो बिना text चुने शुरू करें और पहले Table Editor खोलें।

Supported file types:

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

File imports local files और Google Drive™ files को support करते हैं, और हर file के लिए 5 MB की सीमा है।

Image-based sources के लिए Image to Table का उपयोग करें

Section titled “Image-based sources के लिए Image to Table का उपयोग करें”

अगर source screenshot, photo, या scanned page है, तो copied image text पर Text to Table चलाने के बजाय Image to Table का उपयोग करें।

यह तरीका OCR-based extraction के लिए ज़्यादा उपयुक्त है।