tfixedflowinput vs trowgenerator

tfixedflowinput trowgenerator
A tFixedFlowInput is a component that generates the rows based on your inputs and that remains static for that run A tRowGenerator component is used to generate test data or sample data for development and testing purposes
This data source has a fixed structure, and the data is read as it is provided in the component, you can provide it as a delimited input using 3rd option. With the tRowGenerator, you can define the structure of the data, and generate sample data with various data types and formats
Fixed flow inputs are used when you need to process data from a specific source and the data structure is known and constant. The tRowGenerator component is very useful for testing transformations or jobs, as it enables you to test a wide range of scenarios and edge cases.