Table Filename Type

A Table Filename is a filename referring to a table file on disk. The file's format is automatically selected based on the filename's extension, and if no path is given, the file is located relative to the model script.

GUI Editor

Invalid Link
Graphical representation of the table filename editor

The table filename editor presents a file browser for selecting the target table file, or typing its path directly.

EGO Script

A Table Filename constant is written in EGO Script the same way as a String literal, enclosed in double quotes — see Constants for the general filename validation rules:

"c:/data/population.csv"

Automatic Conversions

See Type System for the complete conversion reference across all types.