This page is read only. You can view the source, but not change it. Ask your administrator if you think this is wrong. ====== Load Table ====== ===== Description ===== This functor loads a table from a file. The file name and its path must be specified. ===== Inputs ===== ^ Name ^ Type ^ Description ^ | Filename | [[Table Filename Type|Table Filename]] | Name of the file that contains the table to be loaded. Dinamica automatically determines the file format from a selected file extension (only multi-column CSV - comma separated value format, is accepted). | ===== Optional Inputs ===== ^ Name ^ Type ^ Description ^ Default Value ^ | Suffix Digits | [[Non Negative Int Type|Non Negative Int ]] | Number of digits used to represent the file name suffix. | 0 | | step | [[Non Negative Int Type|Non Negative Int ]] | Current step or model iteration. Files with the same name and numbered suffixes will be loaded sequentially according to the model step. | None | | Workdir | [[Workdir Type|Workdir]] | Workdir folder path. | None | ===== Outputs ===== ^ Name ^ Type ^ Description ^ | Table | [[Table Type|Table]] | The table loaded by the functor. | ===== Group ===== [[Functor List#Input/Output | Input/Output]] ===== Notes ===== ===== Internal Name ===== LoadTable