Differences

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

Link to this comparison view

Both sides previous revision Previous revision
extract_map_values [2020/04/29 12:39]
argemiro
extract_map_values [2020/04/29 12:40]
argemiro
Line 14: Line 14:
 ^ Name  ^ Type  ^ Description ​ ^ Default Value  ^ ^ Name  ^ Type  ^ Description ​ ^ Default Value  ^
 | keys Type  | [[Boolean Value Type]] ​ | Behavior of id into map.  | 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. ​+| 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]] ​ | 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.+| 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 =====