User Tools

Site Tools


transformations:lookup

Differences

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

Link to this comparison view

Both sides previous revisionPrevious revision
Next revisionBoth sides next revision
transformations:lookup [2015/01/29 23:20] dmitrytransformations:lookup [2015/04/27 19:30] elenap
Line 3: Line 3:
 This transformations looks up values from a specified column in another table and, if found, returns value from the same row but different column of that table. This transformations looks up values from a specified column in another table and, if found, returns value from the same row but different column of that table.
  
-When value not found three options available:+When value is not foundthree options are available:
   * Keep old value   * Keep old value
   * Leave cell empty   * Leave cell empty
   * Put some predefined (default) value   * Put some predefined (default) value
 +
 +EXAMPLE
 +
 +**Table 1:** Canadian Olympic Champions 2014
 +
 +^  Gold medalist  ^  Province  ^  Sport  ^
 +| Dara Howell  |  Ontario  |  women’s slopestyle  |
 +| Justine Dufour-Lapointe  |  Quebec  |  women’s moguls  |
 +| Kaillie Humphries  |  Alberta  |  women’s bobsleigh  |
 +| Alex Bilodeau  |  QC  |  men’s moguls  |
 +| Heather Moyse  |  P.E.I.  |  women’s bobsleigh  |
 +| Charles Hamelin  |  Que.  |  men’s short-track  |
 +
 +**Objective:** Substitute all instances of the province name deviations with "Quebec" for consistency. 
 +
 +**Table 2:** Substitution look-up table
 +
 +^  Old name  ^  New name  ^  
 +| Quebec  |  Quebec  |  
 +| QC  |  Quebec 
 +| Que.  |  Quebec 
 +
 +**Transformation:**
 +  * Replace value in column: Province
 +  * Using table: Table 2
 +  * Look up in column: Old name
 +  * Replace with values from column: New name
 +  * When not found: Keep original value
 +
 +**Result:**
 +
 +^  Gold medalist  ^  Sport  ^  Province  ^
 +| Dara Howell  |  women’s slopestyle  |  Ontario  |
 +| Justine Dufour-Lapointe  |  women’s moguls  |  Quebec  |
 +| Kaillie Humphries  |  women’s bobsleigh  |  Alberta  |
 +| Alex Bilodeau  |  men’s moguls  |  Quebec  |
 +| Heather Moyse  |  women’s bobsleigh  |  P.E.I.  |
 +| Charles Hamelin  |  men’s short-track  |  Quebec  |
 + 
transformations/lookup.txt · Last modified: 2021/07/19 02:31 by craigt

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki