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: 
Anonymous
Not applicable

Skip rows

Hello,
I have a Job like this

Source Table ----->tMap-------->Destination Table
I want to skip first few rows from source table to be processes. How can i do it?
PS: This job runs several times with new data added to source Table. I don't want the Data which were already loaded to Destination to be loaded again.
Thanks!
Labels (2)
12 Replies
Anonymous
Not applicable
Author

Each file is of approx 1mb. (Containing 3k-4k rows and around 60 columns)
there may be 1000s of files coming in.
Also, I do not have any such combination which leads to unique key formation. I am thinking of inserting a column as index and then make it work.
Anonymous
Not applicable
Author

Hi Vaibhav,
I have inserted a timestamp as unique key. Is there any way other than A-B using which i can achieve the task? As it consumes a lot of extra memory.
Anonymous
Not applicable
Author

in tMap properties, you file in place of system memory for processing records.
Vaibhav