Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Join us to spark ideas for how to put the latest capabilities into action. Register here!
cancel
Showing results for 
Search instead for 
Did you mean: 
A_San
Contributor
Contributor

Not all files are getting loaded in target

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.

 

Labels (2)
1 Solution

Accepted Solutions
Anonymous
Not applicable

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

View solution in original post

4 Replies
TRF
Champion II
Champion II

Share your tDBOutput settings.
As it is called twice, if you have a "delete or truncate before" operation, the result is normal.
A_San
Contributor
Contributor
Author

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.


SS9.PNG
Anonymous
Not applicable

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

A_San
Contributor
Contributor
Author

Yes, that worked. Thank you!