2

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.

Mowrite
  • 183
  • 1
  • 2
  • 10

1 Answers1

6

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.

dbh
  • 1,607
  • 13
  • 18