Text Case Transform
Text Case Transform tool आपकी spreadsheet data में capitalization normalize करने में मदद करता है। इसमें कई case modes हैं, जिनमें Smart Title Case भी शामिल है जो minor words को lowercase रखता है। इसमें word exceptions भी हैं ताकि brand names (iPhone), IDs, और acronyms जैसी formatting preserve रहे।
Text Case Transform का उपयोग कैसे करें
Section titled “Text Case Transform का उपयोग कैसे करें”-
Tool खोलें Add-on sidebar खोलें, Sheets Mega Tools expand करें, Cell Formatting में जाएँ, और Text Case Transform पर क्लिक करें।
आप इसी sidebar section को खोलने के लिए
Sheets Mega Toolsmenu shortcut का भी उपयोग कर सकते हैं। -
अपना scope चुनें तय करें कि transformation कहाँ apply करनी है:
- Selection (default) - केवल current selection पर transform करें
- Current sheet - पूरी active sheet पर transform करें
- All sheets - Workbook की सभी sheets पर transform करें
-
एक case mode चुनें Visual grid से चुनें, जो हर style दिखाती है:
- UPPERCASE - HELLO WORLD (सभी letters uppercase)
- lowercase - hello world (सभी letters lowercase)
- Title Case - Hello World (हर word का पहला letter capitalize)
- Smart Title Case - Hello World (major words capitalize करता है, जबकि “a”, “an”, “the”, “of” जैसे minor words lowercase रखता है जब तक वे पहला word न हों)
- Sentence case - Hello world (cell का केवल पहला letter capitalize करता है)
- Proper Case - Hello World (हर word का पहला letter capitalize करता है, Title Case जैसा)
-
Advanced options configure करें (optional) Customize करने के लिए advanced options panel expand करें:
- Ignore Formulas - Formulas वाली cells skip करें (default: checked)
- Ignore Numbers - केवल numeric cells skip करें (default: checked)
- Trim Whitespace - Case apply करने से पहले extra spaces साफ करें (default: checked)
- Ignore Words (Exceptions) - Skip करने के लिए comma-separated words की list (जैसे “iPhone, ID, USA, pH”)। ये strings ठीक उसी तरह रहेंगी जैसे list में हैं, जिससे brand names और acronyms सुरक्षित रहते हैं।
-
Preview या Quick Apply
- Preview Changes (Recommended) - Apply करने से पहले review के लिए Old Value → New Value दिखाने वाली results window खोलता है
- Quick Apply - केवल < 1000 cells वाली selections के लिए उपलब्ध। Speed के लिए preview skip करता है, साथ में toast notification और Undo option देता है
Case Modes समझें
Section titled “Case Modes समझें”UPPERCASE
Section titled “UPPERCASE”सभी letters को uppercase में बदलता है: “hello world” → “HELLO WORLD”
lowercase
Section titled “lowercase”सभी letters को lowercase में बदलता है: “Hello World” → “hello world”
Title Case
Section titled “Title Case”हर word का पहला letter capitalize करता है: “hello world” → “Hello World”
Smart Title Case
Section titled “Smart Title Case”Title Case जैसा, लेकिन minor words को lowercase रखता है (सिवाय इसके कि वे पहला word हों)। Minor words में शामिल हैं: a, an, and, as, at, but, by, en, for, if, in, nor, of, on, or, per, the, to, v., vs., via
Examples:
- “the quick brown fox” → “The Quick Brown Fox”
- “a tale of two cities” → “A Tale of Two Cities”
- “war and peace” → “War and Peace”
Sentence case
Section titled “Sentence case”Cell का केवल पहला letter capitalize करता है: “hello world” → “Hello world”
Proper Case
Section titled “Proper Case”हर word का पहला letter capitalize करता है (Title Case जैसा): “hello world” → “Hello World”
Exception Handling
Section titled “Exception Handling”Ignore Words list specific terms को transformation से बचाती है:
- Search के दौरान case-insensitive matching उपयोग करती है
- आपकी exception list में दी गई exact casing preserve करती है
- केवल पूरे शब्दों को match करने के लिए word boundaries उपयोग करती है
- Comma-separated format:
iPhone, ID, USA, pH, CEO, MBA
Example
Section titled “Example”अगर आप exceptions को iPhone, ID, USA पर set करते हैं
| Input | Without Exceptions | With Exceptions |
|---|---|---|
| iphone 13 pro max | Iphone 13 Pro Max | iPhone 13 Pro Max |
| customer ID is 12345 | Customer Id Is 12345 | Customer ID Is 12345 |
| made in usa | Made In Usa | Made In USA |
Preview बनाम Quick Apply
Section titled “Preview बनाम Quick Apply”Preview Changes (Recommended)
Section titled “Preview Changes (Recommended)”- Before/after comparison table दिखाता है
- Specific changes को green/red में highlight करता है
-
1000 cells वाली selections के लिए आवश्यक
- Commit करने से पहले review करने देता है
- Transformation logic validate करने के लिए सबसे अच्छा
Quick Apply
Section titled “Quick Apply”- केवल < 1000 cells वाली selections के लिए उपलब्ध
- तेज़ application के लिए preview skip करता है
- Undo option के साथ toast notification दिखाता है
- Small, trusted transformations के लिए सबसे अच्छा
Use Cases
Section titled “Use Cases”- Standardize headers - CSV export या sharing से पहले column headers normalize करें
- Clean survey data - User-submitted responses में inconsistent capitalization ठीक करें
- Product catalogs - Brand formatting preserve रखते हुए product names सही capitalize करें
- Contact lists - Sentence या Title Case से names और addresses standardize करें
- Clean pasted text - Emails, PDFs, या websites से copy किए गए text को ठीक करें
- Brand protection - “iPhone”, “iPad”, “eBay”, “LinkedIn” जैसी formatting preserve करने के लिए exceptions उपयोग करें
- Academic papers - Titles और headings पर Smart Title Case लागू करें
Advanced Tips
Section titled “Advanced Tips”- Start small - बड़े datasets के लिए settings validate करने हेतु पहले छोटी selection पर test करें
- Use exceptions liberally - Brand names, acronyms, या special terms को ignore list में जोड़ें
- Smart vs Title - ऐसे titles और headings के लिए Smart Title Case उपयोग करें जहाँ minor words lowercase रहने चाहिए
- Combine with Trim - Extra spaces एक साथ साफ करने के लिए “Trim Whitespace” enable करें
- Preserve formulas - Cell calculations खराब होने से बचाने के लिए “Ignore Formulas” checked रखें