I am having issues decompressing the ".gz" files on our side. These are files generated by Bloomberg. Bloomberg is able to decompress
on their end with ... "gunzip -d -k dFIR_20190329110022.dat.gz" ... and have helped me out by sending the output file. Here is the output when trying various commands. Same output for all files.
njbgceis-zd1:/export/home/secbatch/data/FIR>% gunzip -d -k dFIR_20190329110033.out.gz
gzip: invalid option -- 'k'
Try `gzip --help' for more information.
njbgceis-zd1:/export/home/secbatch/data/FIR>% gunzip -d dFIR_20190329110033.out.gz
gzip: dFIR_20190329110033.out.gz: not in gzip format
njbgceis-zd1:/export/home/secbatch/data/FIR>% gunzip dFIR_20190329110033.out.gz
gzip: dFIR_20190329110033.out.gz: not in gzip format
Can someone confirm the format? Is it possible format changed on SFTP from Bloomberg to local machine.
Thanks in advance,
Marvita Davis