Question
Using MacOS, after downloading the data file from DataHub page, the UI fails to open the .gz file, is there a tool to open the file?
Answer
This files are in gz format that is not supported by default on some MacOS, best way is to download "Unarchiver" app from Mac app store, which does unzip the file successfully.
Also, we can use the command below in Terminal window:
gzip -d [file name]
Comments
0 comments
Please sign in to leave a comment.