0

I have a CSV file with around 200.000 records. I need to load data in DB which is in SQL Server.

I only need to load 10000 records in the DB and not all. How can it be achieved in Talend?

tobi6
  • 8,033
  • 6
  • 26
  • 41
Meen
  • 119
  • 3
  • 15
  • If the load is on basis of duplicate records, you can use tUniqRow – PreetyK Sep 07 '17 at 09:56
  • If you use tFileInputDelimited as input component, then you can find limit option in component tab, then you can give any number u want to process the records....hope it is helpful – Horse_1995 Sep 07 '17 at 11:36
  • you may also use tSampleRow component – TRF Sep 07 '17 at 13:18

0 Answers0