Differences
This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
|
load_table [2013/09/26 20:29] admin [Notes] |
load_table [2015/10/12 01:24] (current) admin |
||
|---|---|---|---|
| Line 7: | Line 7: | ||
| ===== Inputs ===== | ===== Inputs ===== | ||
| - | ^ Name ^ Type ^ Description ^ | + | ^ 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). | | + | | Filename | [[Table Filename Type]] | 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 ===== | ===== Optional Inputs ===== | ||
| - | ^ Name ^ Type ^ Description ^ Default Value ^ | + | ^ 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 | | + | | Suffix Digits | [[Non Negative Integer Value Type]] | 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 | | + | | Step | [[Non Negative Integer Value Type]] | 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 | | + | | Workdir | [[Workdir Type]] | Workdir folder path. | None | |
| ===== Outputs ===== | ===== Outputs ===== | ||
| - | ^ Name ^ Type ^ Description ^ | + | ^ Name ^ Type ^ Description ^ |
| - | | Table | [[Table Type|Table]] | The table loaded by the functor. | | + | | Table | [[Table Type]] | The table loaded by the functor. | |
| ===== Group ===== | ===== Group ===== | ||
| Line 28: | Line 29: | ||
| It is possible to tables from [[wp>zip_(file_format)|Zip]] archives. See [[useful_tips#loading_files_from_zip_files|this useful tip]] to know how to do it. | It is possible to tables from [[wp>zip_(file_format)|Zip]] archives. See [[useful_tips#loading_files_from_zip_files|this useful tip]] to know how to do it. | ||
| + | |||
| ===== Internal Name ===== | ===== Internal Name ===== | ||
| LoadTable | LoadTable | ||