transformations:select
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revision | |||
| transformations:select [2015/04/10 19:29] – elenap | transformations:select [2026/09/23 15:52] (current) – Page deleted - outdated roberto | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| - | ===== Select Columns ===== | ||
| - | This transformation removes all columns except the selected ones. | ||
| - | |||
| - | EXAMPLE | ||
| - | |||
| - | **Source table:** The longest rivers in the world | ||
| - | |||
| - | ^ River ^ Length (km) ^ Length (miles) | ||
| - | | Nile | 6650 | 4132 | Africa | ||
| - | | Amazon | ||
| - | | Yangtze | ||
| - | | Mississippi | ||
| - | |||
| - | |||
| - | **Objective: | ||
| - | |||
| - | **Transformation parameters: | ||
| - | |||
| - | * Columns to select: River; Length (km) | ||
| - | | ||
| - | **Output table:** | ||
| - | |||
| - | ^ River ^ Length (km) ^ | ||
| - | | Nile | 6650 | | ||
| - | | Amazon | ||
| - | | Yangtze | ||
| - | | Mississippi | ||
| - | |||
| - | === See also === | ||
| - | * [[transformations: | ||