Note: This was originally posted by an inactive account. Content was preserved by moving under an admin account.
Originally posted by: Tim MeagherHi,
To answer the first question first..
The Directory List node produces an output with one column. This column is called "FileName".
Then, once this output is wired to the input of the Fixed Format node, open the node editor for the Fixed Format node.
In the parameters, you can either enter a filename in the parameter "File" if there is a single file to read, or enter a expression in the "FilenameExpr" parameter if you are reading multiple files.
In your case, you will be reading multiple files, so you want to enter the expression in the "FilenameExpr" parameter. The expression is the name of the column in the input metadata containing the files to read.
Therefore, you want to enter:
FileName
In the FilenameExpr parameter.
In order to change the maximum number of records that are able to be displayed in the BRDViewer, within BRE, go to Tools->Preferences
Then you can set the maximum number in the parameter:
"Viewer Max Records".
Obviously, increasing this number also includes the time to load and display the records.
Tim.