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

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

problem with .csv

Hello everybody,

I'd like to transform a table into a csv file by script,but I do not know how to do.

I can not do with  a clik of mouse because I do an automatic procedure by script.
Someone help me would know?

  thanks

1 Solution

Accepted Solutions
kaushiknsolanki
Partner Ambassador/MVP
Partner Ambassador/MVP

Hi,

   Try this Statement.

  

ABC:

LOAD * INLINE [

    F1

    1

];

 

Store ABC into ./ABC1.txt(txt);

Regards,

Kaushik Solanki

Please remember to hit the 'Like' button and for helpful answers and resolutions, click on the 'Accept As Solution' button. Cheers!

View solution in original post

1 Reply
kaushiknsolanki
Partner Ambassador/MVP
Partner Ambassador/MVP

Hi,

   Try this Statement.

  

ABC:

LOAD * INLINE [

    F1

    1

];

 

Store ABC into ./ABC1.txt(txt);

Regards,

Kaushik Solanki

Please remember to hit the 'Like' button and for helpful answers and resolutions, click on the 'Accept As Solution' button. Cheers!