Export data to CSV

Modified on Tue, 22 Oct, 2024 at 3:18 PM

Using Monolith, you might produce datasets that you need to then use outside of the platform to continue your workflow. For instance, you might have used Monolith to process and clean the data, or you might have predicted a dataset and want to use the results somewhere else.


To export a tabular dataset:

  1. Click on the dataset to open the Tabular Data Explorer (tabular dataset preview)
  2. Click Export CSV in the top right corner. This will initiate the creation of CSV files in a new window.
  3. Onces CSV files are ready, downloadle links will be listed. Large datasets are broken up into chunks of about 1GB for more reliable downloading. The data headers is seperate.
  4. Once downloaded, data is saved as a compressed .gz file. Suggested method to uncompress:
    • On Mac and Linux, with the gunzip unarchiver or the gzip command line: gzip -d filename.gz
    • On Windows, using the tar command in Command Prompt or by installing the Unarchiver One program.





Was this article helpful?

That’s Great!

Thank you for your feedback

Sorry! We couldn't be helpful

Thank you for your feedback

Let us know how can we improve this article!

Select at least one of the reasons
CAPTCHA verification is required.

Feedback sent

We appreciate your effort and will try to fix the article