Column A in a Data File
Overview
Column A in a data file is a special column. Do not enter normal data there.
Column A provides the following functions:
- Disable a row
- Enable a row only in the development environment
Disable a Row
Entering # disables the row and excludes it from data output.
Enable Only in the Development Environment
Entering @ enables the row only in the development environment. It is excluded from output in the production environment.
If development in the settings file passed to Wiener.exe is set to true, Wiener runs in the development environment, and rows marked with @ are enabled.
Sample
- Rows 8 and 9 contain
#, so those rows are disabled. - Rows 11 and 13 contain
@, so those rows are enabled only during development.
