Exporting as CSV or Excel

When your cleaning is done, you'll usually want the data out of Dotwave and into whatever tool comes next — a BI platform, a notebook, a spreadsheet. Dotwave exports the fully cleaned version of your dataset as either a CSV file or an Excel workbook, both formatted for immediate use downstream. This article covers how to export, exactly what ends up in the file, the specifics of each format, and how Dotwave handles very large datasets.

How to export

Open the dataset you want, then use the Export dropdown. You'll find two download options:

Pick the one that matches your next tool and the download begins. There is no separate "prepare" step — the file Dotwave hands you already reflects all of your cleaning.

What is exported

Every export contains the fully cleaned version of your data. All the cleaning operations in your recipe are applied to the data before it is written out, in the order you defined them, so what you download matches exactly what you see after cleaning. Crucially, the original file is not affected — Dotwave cleans by layering a reusable recipe on top of the untouched source, so exporting the cleaned result never overwrites or alters the raw upload you started from.

Note

An export is a snapshot of the cleaned data at the moment you download it. If you later add or change cleaning steps, export again to pick up the new result — the previously downloaded file won't update itself.

CSV format

The CSV export is built for maximum compatibility:

Excel format

The Excel export is a tidy, ready-to-present workbook:

Large files

Big datasets export fine, but Dotwave sets expectations first. Files over 100,000 rows show a warning — Large file — export may take a few seconds — so a brief pause on a heavy dataset reads as normal rather than a hang. To keep memory in check on large exports, CSV downloads stream in chunks rather than building the whole file in one block, which lets Dotwave handle sizable datasets reliably.

Tip

Use Excel export for Power BI and Tableau. Use CSV for Python, R, and Google Sheets.

Was this helpful?

Didn't find what you need?

We reply to every message within 24 hours.

Contact us → Back to Dotwave