User Tools

Site Tools


transformations:massreplace

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
transformations:massreplace [2021/04/19 00:43] craigttransformations:massreplace [2021/07/19 02:17] (current) – [Examples] craigt
Line 9: Line 9:
 \\  \\ 
 =====Use cases===== =====Use cases=====
-This action is typically used for data cleansing, e.g. for removing the work 'NULL' in all columns.\\+This action is typically used for data cleansing, e.g. for removing the word 'NULL' in all columns.\\ 
 + 
 +Cleaning up the "(not set)" values that Google Analytics uses to represent blank cells.\\
  
 \\  \\ 
Line 29: Line 31:
 =====Examples===== =====Examples=====
  
-**Objective:** Replace "North America" or "South America" with simply "America".\\+**Example:** Clean out NULL values from the source table, replacing them with blank cells.\\
  
 **Source table:** The longest rivers in the world **Source table:** The longest rivers in the world
Line 35: Line 37:
 ^River  ^Length (km)  ^Continent  ^ ^River  ^Length (km)  ^Continent  ^
 | Nile  |  6650|Africa  | | Nile  |  6650|Africa  |
-Amazon   6400|South America +NULL   6400|South America 
-| Yangtze  |  6300|Asia  | +| Yangtze  |  6300|NULL  | 
-| Mississippi  |  6275|North America  |+| Mississippi  |NULL  |North America  |
 | Yenisei  |  5539|Asia  | | Yenisei  |  5539|Asia  |
-| Yellow River  |  5464|Asia  +| Yellow River  |  5464|NULL
-| Ob  |  5410|Asia  |+| Ob  |NULL  |NULL  |
 | Paraná  |  4880|South America  | | Paraná  |  4880|South America  |
  
 \\  \\ 
 **Action parameters:** **Action parameters:**
-> Search for: "America+> Search for: "NULL
-> where it'sEntire cell or part of longer text +> where it'"Entire cell only" 
-> Replace with: "America +> Replace with (leave blank) 
-> which isEntire cell +> which is "Entire cell" 
-> Perform replacement inAll columns +> Perform replacement in "All columns"
  
 \\  \\ 
-**Output table:** +**Result table:**
 ^River  ^Length (km)  ^Continent  ^ ^River  ^Length (km)  ^Continent  ^
 | Nile  |  6650|Africa  | | Nile  |  6650|Africa  |
-Amazon   6400|America +|  |  6400|South America 
-| Yangtze  |  6300|Asia  | +| Yangtze  |  6300|  | 
-| Mississippi  |  6275|America  |+| Mississippi  |  |North America  |
 | Yenisei  |  5539|Asia  | | Yenisei  |  5539|Asia  |
-| Yellow River  |  5464|Asia  | +| Yellow River  |  5464|  | 
-| Ob  |  5410|Asia  | +| Ob  |  |  | 
-| Paraná  |  4880|America  |+| Paraná  |  4880|South America  |
  
 \\  \\ 
transformations/massreplace.txt · Last modified: 2021/07/19 02:17 by craigt

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki