Skip to main content
Announcements
See what Drew Clarke has to say about the Qlik Talend Cloud launch! READ THE BLOG
cancel
Showing results for 
Search instead for 
Did you mean: 
saumyashah90
Specialist
Specialist

Performance Issue

Hi Guyz,

I have source file this

v1.png

Here you can see there is no file type(this file comes through unix comet job)

when i load this in qlikview with ^ as delimiter

1.png

Yo can see here by default it take txt format.

1)My question is when i convert this file into txt and then load it instead without converting , QlikView relaod takes place in 15 secs or 1 min,

but wheni reload it without any extension like above oic, it take 15 mins to reload.

why is that problem occuring(both are the same file having same data),what could be done?

2) what is this msq ? i mean what does it mean?

Please try to answer .

3 Replies
Not applicable

You could exceute a Robocopy command to rename the file with a .txt extension to improve the load time.

Then load the file.

saumyashah90
Specialist
Specialist
Author

any ways by automating it and not doing manual work

?

salto
Specialist II
Specialist II

In the server you can schedule a task that runs a .cmd or .bat file, that renames the file adding it an extension.

Open notepad and write:

rename PMCADSOutliersxxxxxx PMCADSOutliersxxxxxx.txt

This will rename the file.

Save this file as Renamefile.cmd in a folder on the server that hosts the file, and set it to run as a scheduled task (in Windows) before Qlikview loads it, and that is all.

Hope this helps.