Outputs data to a file in the Data360 Analyze native BRD format.
Properties
File
Click the folder icon and navigate to the BRD file to which you want to export the data, then click Choose.
To create a new file, click the folder icon and navigate to the folder where you want to output the file, then enter a name for the file in the Filename field and click Choose.
A value is required for this property.
Append
Optionally specify whether to modify the output file if it exists, appending or truncating as necessary. If true and the output file exists, the field names and types of the existing file and the input stream are compared to make sure they are identical.
The default value is False.
Create
Optionally specify whether to create the output file if it does not exist. If the directory containing the file does not exist, it will also create the directory structure.
The default value is True.
Lock
Optionally specify whether to use file system locking to ensure the output file is not being modified concurrently.
The default value is True.
LockTimeout
Specify the amount of time (in milliseconds) to wait to acquire the file lock. If the time elapses and the lock is not obtained, an error will result.
If a timeout is not specified, the node will wait an unlimited amount of time to obtain the lock.
Inputs and outputs
Inputs: in1.
Outputs: None.