Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
I am trying to load 2 files - one with one record and other with 10 records. But only the file with 10 records are getting loaded. I am expecting to see 11 records. Attached my tFileInputdelimited details. Please let me know what am I missing.
Appreciate any help.
Put a tDbRow component before your file list and manually truncate the table. Then change your tDbOutput action on table to default instead of truncate
Yes, I have a truncate operation.Attached the screenshot.
But how do I keep the truncate option and still load all the files in one batch?
I want the truncate to happen when I load the next set of files and not for every file in one batch run.
Put a tDbRow component before your file list and manually truncate the table. Then change your tDbOutput action on table to default instead of truncate
Yes, that worked. Thank you!