To get a record from any data source for example from a delimated File containing huge records, you can simply use component tFlowToIterate. This component extract one record at a time, after preforming the required action, next record is fetched and will do the same for rest of the records as:
Define the Schema in tFileInputDelimated component, set the variable in tSetGlobalVar component, use this value for the further operations.

Comments
Post a Comment