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

Announcements
Want to see what's currently in public preview? We've pulled it all together in one place. Check it out here
cancel
Showing results for 
Search instead for 
Did you mean: 
Sebastian_Dec
Creator III
Creator III

Create Data File in qvd by Automation

Hi,

Can someone guide me what I am doing wrong?

I have a block: Create Data File
Name: APP_TEST.qvd
File Mime Type: qvd
File: { $.AppList } // this is my variable (list) that I want to save to qvd (each row separately)

Automation works, but when I retrieve the data, I get:

LOAD
    쟩瑗蝫㑏幯???赳楶ᮽ넀䰑켃ꦝῇ埯歴???俣漴艹ퟷ珝皍뵩
FROM [lib://DataFiles/APP_TEST.qvd]
(txt, unicode, embedded labels, delimiter is ';', msq);

I don't even have an Asian keyboard.....

I know I should study this page: https://qlik.dev/apis/rest/data-files/#%23%2Fentries%2Fv1%2Fdata-files-post

But I don't really understand how to save it correctly.

I know the error is here:

Sebastian_Dec_0-1770728008002.png

 



 

Thanks & Regards,
Please close the thread by marking correct answer & give likes if you like the post.
Labels (3)
2 Replies
Chanty4u
MVP
MVP

May be convert to csv add csv block

and then csv to qvd

Sebastian_Dec
Creator III
Creator III
Author

Hi @Chanty4u, thanks for your answer

Yes, that's the solution (I know how to do that), but I don't want to do it through a custom code block...

Let's say I'm a complete novice, I don't know anything about programming, I only finished elementary school, and I want to do it in blocks, as how it should work.

I have a variable (it may not be a list, it may be a simple string) and I want to save it in qvd using a block that is used for this purpose -> Create Data File

It seems to me that what I am asking is very simple, which is why I am concerned that there is no simple answer to it.

 

 

 

Thanks & Regards,
Please close the thread by marking correct answer & give likes if you like the post.