Differences

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

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
extract_map_values [2013/07/10 19:52]
admin [Notes]
extract_map_values [2020/04/29 12:40] (current)
argemiro
Line 7: Line 7:
 ===== Inputs ===== ===== Inputs =====
  
-^ Name ^ Type ^ Description ^ +^ Name  ^ Type  ^ Description ​ 
-| Map  | [[ Map Type| Map  ​]]  | The input map.   |+| Map  | [[Map Type]] ​ | The input map.   |
  
 ===== Optional Inputs ===== ===== Optional Inputs =====
  
-^ Name ^ Type ^ Description ^ Default Value ^ +^ Name  ^ Type  ^ Description ​ ^ Default Value  
-Use Map Values As Keys  | [[Bool Type|Bool  ​]] ​ | If true, the map values ​are used to identify the cells in the output tables. Each cell value must be unique; otherwise, a unique key will be automatically generated to represent each cell | False  ​|+keys Type  | [[Boolean Value Type]]  ​Behavior of id into map.  
 +| include Null Values ​ | [[Boolean Value Type]]  | If true, the null values will be included into output table. |
  
 ===== Outputs ===== ===== Outputs =====
  
 ^ Name  ^ Type  ^ Description ​ ^ ^ Name  ^ Type  ^ Description ​ ^
-| Cells  | [[Table Type|Table]]  | The resulting table containing the corresponding values and coordinates. ​ |+| Cells  | [[Table Type]] ​ | The resulting table containing the corresponding values and coordinates. ​The table has columns "​Id"​ (key corresponding to a unique identifier),​ "​Value"​ (cell value), "​Line"​ and "​Column"​ (corresponding to the cell line and column). The upper line is indexed using 1 as the line number. The leftmost column is indexed using 1 as the column number.With Default, the id will be a unique sequentially random if the execution is parallel, or simply sequentially otherwise. With the Use Map Values As keys, the map values will be used to identify the cells in the output table. With the Use Coordinate indexes as Keys, the indexes of map coordinates will be used to identify the cells in the output table.|
  
 ===== Group ===== ===== Group =====
Line 33: Line 34:
 | "​Line" ​ | Data  | Real  | Cell line. The upper line is indexed using 1 as the line number. ​ | | "​Line" ​ | Data  | Real  | Cell line. The upper line is indexed using 1 as the line number. ​ |
 | "​Column" ​ | Data  | Real  | Cell column. The leftmost column is indexed using 1 as the column number. ​ | | "​Column" ​ | Data  | Real  | Cell column. The leftmost column is indexed using 1 as the column number. ​ |
 +
 +
 ===== Internal Name =====  ===== Internal Name ===== 
  
 ExtractMapValues ExtractMapValues