What are you looking for?

Learn everything you need to know about Manage Comics Oryx.

Exporting Your Data From ComicSuite

RMH Integration

Exporting Your Data From ComicSuite

Migrating from ComicSuite to Manage Comics is easier than it sounds. With a few simple exports and a bit of cleanup, you’ll be ready to import your data into Manage Comics.

Last updated on 03 Sept, 2025

Export Your Data from ComicSuite

To begin the process, you'll need two key files from ComicSuite: your customer list and your subscription list.

The best way to get your Customer data out of Comic Suite is with a simple SQL dump, but the second best is RMH's customer export.

Step 1 (option a): 📁 Export Your Customers (basic, not a great way)

  1. Open Store Manager in RMH.

  2. Navigate to Customers > Export to Excel.

  3. Save the file to your desktop or another easily accessible location.

This will not give you the best results...but if you have no gurus, and we're swamped with emails (we're probably swamped with emails), 

Step 1 (option b): 📁 Export Your Customers (RECOMMENDED)

CAUTION: This requires SQL access, if you do not have the ability to open SQL explorer, please talk to your resident Guru, if you need us to Gu Ru For U, please send an email to help@managecomics.com so we can discuss how to proceed.

1. Open SQL Explorer

2. Run the following Query (replacing **DATABASENAME** with the name of your database).

 IMPORTANT: Do not change any of the fields, don't change orders, don't add fields, don't take away fields.

/****** Script for EXPORTING ALL CUSTOMERS RM  ******/SELECT[AccountNumber],  [FirstName],  [LastName],  [EmailAddress],  [PhoneNumber],  [Address],  [Address2],  [City],  [State],  [Country],  [Zip],  [AccountBalance],  [CreditLimit],  [totalsales],  [totalvisits],  [CurrentDiscount],  [pricelevel],  [taxexempt],  [notes],  [vouchers],  [limitpurchase],  [layawaycustomer]FROM [DATABASENAME].[dbo].[Customer];

3. Save as a CSV (with headers if possible). 

4. Proceed to Exporting your Subscription List

Step 2: 📦 Export Your Subscription List

  1. Open Comic Suite.

  2. From the top navigation menu, go to:
    Reports > Subscriptions > Master Subscription Summary > By Customer

  3. Click File > Save As and choose CSV format.

  4. Save this file to your desktop or another easy-to-find location.

🖼️ Below is an image of where to find the Subscription List in ComicSuite.

Image

 

Congratulations! You are done the Export steps.

Your next step is to import your data into Manage Comics Oryx.

NEXT: How to Import Customers and Subscriptions into Manage Comics Oryx

 

 

Was this page helpful?
Previous

How to Import from ComicSuite / RMH to Manage Comics Oryx

Next