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
Next revision Both sides next revision
extract_map_values [2011/07/31 15:48]
hermann [Outputs]
extract_map_values [2013/07/10 19:52]
admin [Notes]
Line 17: Line 17:
 ===== Outputs ===== ===== Outputs =====
  
-| Value Table  | [[ Lookup Table Type| Lookup Table  ]]  | The resulting table containing the corresponding values. ​ | +^ Name  Type  ​^ Description ​ ^ 
-Line Table  | [[Lookup ​Table Type|Lookup ​Table  ]]  | The resulting table containing the corresponding ​lines (Y coordinates). The upper line uses 1 as the line number. ​ | +Cells  | [[Table Type|Table]] ​ | The resulting table containing the corresponding ​values and coordinates. ​ |
-| Column Table  | [[Lookup Table Type|Lookup Table  ]]  | The resulting table containing the corresponding columns (X coordinates). The leftmost column uses 1 as the column number.  |+
  
 ===== Group ===== ===== Group =====
Line 27: Line 26:
 ===== Notes ===== ===== Notes =====
  
 +The table containing the resulting cells has the following format.
 +
 +^ Column Name  ^ Key or Data?  ^ Column Type  ^ Description ​ ^
 +| "​Id" ​ | Key  | Real  | Unique identifier. If the flag "Use Map Values As Keys" is set, the cell value is used as the unique identifier. ​ |
 +| "​Value" ​ | Data  | Real  | Cell value  |
 +| "​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. ​ |
 ===== Internal Name =====  ===== Internal Name ===== 
  
 ExtractMapValues ExtractMapValues