====== Save Lookup Table ====== ===== Description ===== This functor saves a lookup table into a file. The file name and its path must be specified. ===== Inputs ===== ^ Name ^ Type ^ Description ^ | Table | [[Lookup Table Type]] | The lookup table to be saved. | | Filename | [[Lookup Table Filename Type]] | Name of the file where the lookup table will be saved. Dinamica automatically determines the file format from a selected file extension (only two column CSV - comma separated value format, is accepted). | ===== Optional Inputs ===== ^ Name ^ Type ^ Description ^ Default Value ^ | Suffix Digits | [[Non Negative Integer Value Type]] | Number of digits used in the file name suffix to represent a model step. If the number of digits is not sufficient to represent the current step, the functor automatically adds more digits. If the number of digits is equal to zero, Dinamica does not include a suffix in the file name. | 2 | | Step | [[Non Negative Integer Value Type]] | Model step that produced the file. This port is automatically associated to a compatible port of a container that wraps this functor. | None | | Workdir | [[Workdir Type]] | Workdir folder path. | None | ===== Outputs ===== None. ===== Group ===== [[Functor List#Input/Output | Input/Output]] ===== Notes ===== None. ===== Internal Name ===== SaveLookupTable