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

GZIP not working

Hello everyone

 

Using DI version 6.4.1

 

I generate CSV file which I then GZIP using tFileArchive.

The GZ file is copied to AWS S3 to be loaded into Redshift Copy command.

 

Redshift can not unzip the files, it reports load error.

 

When I take same CSV file and use following command:

 

c:\cygwin64\bin\gzip -1 -v -k MyFile.csv

 

then if I copy the resulting GZIP file to AWS S3 then it works with Redshift.

 

The CSV file completely uncompressed can also be copied and loaded to AWS S3.

 

The problem appears to be the tFileArchive with a GZIP option (I tried all modes: best, fast and normal, same results).

 

What am I doing wrong?

thanks

 

Labels (4)
1 Reply
Anonymous
Not applicable
Author

digging into this.

 

tRedshiftOutputBulk with GZIP option is working with AWS Redshift.

 

The GZIP with tFileArchiveOutput appears to be a bug  to me because GZIP should be = GZIP and if it works from tRedshiftBulkOutput then it should generate same GZIP file from tFileArchive too?

 

Is there a flaw in my understanding?