This deprecated node creates an input file with a specified set of fields and a given number of records, automatically filling each row with null values.
Properties
NumberOfRecords
Enter the number of records to output.
A value is required for this property.
Header
Enter the names of the fields to populate the header. This should be a comma-separated list of field names. You can also specify the field types by adding a :type identifier after the name. Where no type is given for a field, the default type is string.
Example: Specifying field names
order_id, order_date, address, timestamp
Example: Specifying field names with types
order_id:int, order_date:date, address, timestamp:datetime
A value is required for this property.
Inputs and outputs
Inputs: None.
Outputs: out1.