तालिका रूपांतरण
बेहतर परिणामों के लिए Text to Table टिप्स
headers, delimiters, Markdown input, file imports, और review workflows के लिए व्यावहारिक नियम अपनाकर Text to Table conversions को और साफ़ बनाएँ।
जब आप बेहतर first-pass result और बाद में कम manual cleanup चाहते हों, तब इन सुझावों का उपयोग करें।
Headers खुद जोड़ें
Text to Table पहली parsed row को headers की तरह उपयोग करता है। यह column names अपने-आप नहीं बनाता।
अगर आपको specific column names चाहिए, तो टेक्स्ट convert करने से पहले उन्हें पहली row में शामिल करें।
यह खास तौर पर इन मामलों में उपयोगी है:
- copied notes
- contact lists
- email summaries
- AI-generated text
एक ही 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 का उपयोग करें
अगर किसी value में commas हों, तो उसे double quotes में रखें ताकि वह columns में टूटने के बजाय एक ही cell में रहे।
उदाहरण:
"david.kim@example.com, david.kim@sales.example.com"
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 का उपयोग करें
इन स्थितियों में Open in Table Editor चुनें:
- source text बिखरा हुआ या असंगत हो
- आप apply करने से पहले headers जाँचना चाहते हों
- आप insert होने से पहले table format करना चाहते हों
- आप file import कर रहे हों और पहले result confirm करना चाहते हों
Tip: जब source text पहले से साफ़ और भरोसेमंद हो, तब तेज़ conversions के लिए Standard Insert का उपयोग करें।
जब 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 का उपयोग करें
अगर source screenshot, photo, या scanned page है, तो copied image text पर Text to Table चलाने के बजाय Image to Table का उपयोग करें।
यह तरीका OCR-based extraction के लिए ज़्यादा उपयुक्त है।
संबंधित लिंक
- Convert Text to Table - मुख्य Text to Table guide पर वापस जाएँ।
- Text to Table Workflows - Standard Insert, Open in Table Editor, और बिना selected text के शुरू करने के बीच चुनें।
- Text to Table Input Types - देखें कि Text to Table किस तरह के text और files को convert कर सकता है।