Talend - Limit Number of Rows Processed
问题 I'm working with Talend ETL to transfer data between two Salesforce Orgs. I'm trying to run preliminary tests to make sure everything is setup properly. Is there a way to limit the number of rows being transferred? The database has over 50,000 rows, and I only want to send over 15 or 20. Thank you. 回答1: On the Talend side, you can use tSampleRow to only process a limited number of rows which were retrieved . For example you can use a line number range to only process rows 1-50. 来源: https:/