Skip to main content
Announcements
Have questions about Qlik Connect? Join us live on April 10th, at 11 AM ET: SIGN UP NOW
cancel
Showing results for 
Search instead for 
Did you mean: 
vchuprina
Specialist
Specialist

Cannot store data into csv?

Hi,

Parser work correctly without errors, but doesn't store data into csv file.

This problem appeare today, long time before parser save data.

What the cause of this problem?

Maybe someone had a similar problem?

Press LIKE if the given solution helps to solve the problem.
If it's possible please mark correct answers as "solutions" (you can mark up to 3 "solutions").
10 Replies
simospa
Partner - Specialist
Partner - Specialist

Hi,

can you delete .csv file? If no, there could be a qv process that blocks the file.

Try to close QV and reopen.

S.

vchuprina
Specialist
Specialist
Author

Hi Simone,

I don't have .csv file

Press LIKE if the given solution helps to solve the problem.
If it's possible please mark correct answers as "solutions" (you can mark up to 3 "solutions").
simospa
Partner - Specialist
Partner - Specialist

Ok,

try to post a snippet of your code.

S.

vchuprina
Specialist
Specialist
Author

Store part of script:

STORE FinalOutput INTO Data\Current\Output_N.csv (txt);

Press LIKE if the given solution helps to solve the problem.
If it's possible please mark correct answers as "solutions" (you can mark up to 3 "solutions").
simospa
Partner - Specialist
Partner - Specialist

Verify the path, it works.

Try to insert complete path (C:\....\Data|Current\Outpur_N.csv (txt)

S.

vchuprina
Specialist
Specialist
Author

I have tried this, but it is not work.

After running script, appear window where I can select which fields will be visible in the application.

Press LIKE if the given solution helps to solve the problem.
If it's possible please mark correct answers as "solutions" (you can mark up to 3 "solutions").
p_verkooijen
Partner - Specialist
Partner - Specialist

If you get the select field window, the reload has succeeded without error.

So the store into should have worked, maybe you mean that the csv is not a ; delimited file but the default ,

When you just use STORE table INTO filename.csv (txt,delimiter is ';') you get a ; delimited file alongside the QlikView document.

avinashelite

check that space in your sever or the space in path where your storing the data i.e. csv files .

vchuprina
Specialist
Specialist
Author

I get select field window only for this files.

Problem that i don't have any output file.

Press LIKE if the given solution helps to solve the problem.
If it's possible please mark correct answers as "solutions" (you can mark up to 3 "solutions").