You are on page 1of 1

Picture GATHER LOG Gather log used to collects the output from the log ports of components for

anal ysis of a graph after execution Collects log records generated by components through their log ports. Writes a record containing the text from the StartText parameter to the file specified in the LogFile parameter. Writes any log records from its in port to the file specified in the LogFile parameter. Writes a record containing the text from the End Text parameter to the file specified in the LogFile parameter LEADING RECORDS: Leading record is used to copies the specified no of record from t he in port and write into the out port counting from the first record of the fil e REPLICATE: Replicate arbitrarily combines all the data records it receives into a single fl ow and writes a copy of that flow to each of its output flows Arbitrarily combines the data records from all the flows on the in port into a single flow Copies that flow to all the flows connected to the out port GENERATE RECORDS: Generate Records generates a specified number of data records with fields o f specified lengths and types. Generate Records generate random values within the specified length and type fo r each field, or you can control various aspects of the generated values. Typica lly, you would use the output of Generate Records to test a graph Generates the number of data records specified in the num_records parameter. 2. The values of the records depend on the record format of the out port, a nd the optional command_line parameter. Writes the records to its out port. Create a free w

You might also like