Table of Contents

Exporting & Backing Up Your Articles

Taylor Sloane Updated by Taylor Sloane

Exporting your content can be super useful if you want to do some advanced filtering, run through content during meetings, or swap to a different platform.

At HelpDocs we take regular backups of all your data so you don't need to worry about data loss. That said if you need a copy of your data for any reason it's super easy to grab.

The HelpDocs API is the most flexible way to export data. You can query articles by category and even select which fields you'd like to view.

You can learn more about the API over in our our API docs 👾

Downloading a CSV File

If you wanna grab a quick copy of all or some of your articles to use as a spreadsheet or import to another piece of software a CSV is the answer.

Exporting All Content to CSV

You have a few options when downloading to CSV:

  • Include working copy
  • Include body
  • Include both
  • Include neither (recommended)
  1. Head to SettingsMigrations
  2. Under Export & Backup click More next to CSV
  3. Select your preferred options

By default the CSV will contain the following columns:

article_id

title

description

excerpt

tags

is_published

is_private

show_toc

editor_type

user_id

author_name

url

relative_url

category_id

category_title

category_url

category_relative_url

is_stale

stale_reason

stale_source

stale_triggered_at

updated_at

created_at

Export Selected Content to CSV

You also have the option to export some of your content to CSV. This is super useful when you only want to upload certain content somewhere else or run through a selected amount of content in meetings.

  1. Head to Content (or click here)
  2. Select which categories or individual articles you want to export using the checkboxes
  3. To the top right click the Download button
  4. Select which option you'd like to download
  5. You're done ✨

CSV Download Options

You can choose to download your CSV file a few different ways by clicking the ▾ dropdown menu icon beside the Download CSV button.

Include Working Copy

Adds has_working_copy column and uses the working copy for text, body, and description fields. The CSV will contain the following columns:

article_id

title

description

excerpt

tags

is_published

is_private

has_working_copy

show_toc

editor_type

user_id

author_name

url

relative_url

category_id

category_title

category_url

category_relative_url

is_stale

stale_reason

stale_source

stale_triggered_at

updated_at

created_at

Include Body

Includes the text and body fields. The CSV will contain the following columns:

article_id

title

description

text

body

tags

is_published

is_private

show_toc

editor_type

user_id

author_name

url

relative_url

category_id

category_title

category_url

category_relative_url

is_stale

stale_reason

stale_source

stale_triggered_at

updated_at

created_at

This will not work on accounts with very long article bodies.
Include Both

Has all the fields mentioned above ☝️

Include Neither

Includes only an excerpt field (the first 1000 characters of the article body) and no data about Working Copy.

This is the default for CSV exports

Downloading a ZIP File

You can export your categories and articles to a .zip file and it'll sort them out into folders for you with metadata included as .yaml files.

  1. Head to SettingsMigrations
  2. Under Export & Backup click More next to ZIP
  3. Click Download as ZIP

Exporting to Google Sheets

Creating a Google Sheet of your articles is just as simple.

  1. Head to Settings > API Keys and create an API key
  2. Create a new Google Sheet
  3. In the top left cell, type =IMPORTDATA("https://api.helpdocs.io/v1/article?format=csv&key=your_api_key")
    Don't forget to replace your_api_key in the link above with the API key you just created.
  4. Hit Return
  5. Save your new sheet

Google will pull all your articles from the HelpDocs API and display them in your sheet.

You can download a copy of your data by going to File > Download As... and selecting a file format of your choice. I'd go for a .xls 🙌
Excel, Google Sheets, or Numbers work best for opening as .csv. If you haven't got access to any of these, a simple text editor should do the trick.

What did you think of this doc?

Hiding Articles from Public Search Engines

Understanding Search Results

Get in touch

This site is protected by hCaptcha and its Privacy Policy and Terms of Service apply.