Company Data Export

CertifyAP administrators can request a Company Data Export to export historical company data from Emburse CertifyAP. The export includes one CSV file for each database table. If you include attachments, the export also includes a separate attachments folder with files in their original formats, like PDF or JPG. Attachment files are named by AttachmentID.

Example Company Data Export folder contents

Request a Company Data Export

  1. From the Emburse Professional AP homepage, select the Gear button.
  2. Under Integration, select Company Data Export.
Company Data Export option under Integration
  1. Review the Data Export Request terms.
Data Export Request terms
  1. Check the terms agreement option.
  2. Optional: Check the option to include attachments.
Options to agree to terms and include attachments
  1. Select Submit Request.
Submit Request button for Company Data Export

The request is queued for export. Emburse Professional AP processes Data Export requests every Friday night. When the export is complete, you receive a notification, and the file is available in the dataexport/ FTP folder.

Review Export Files

The export separates historical database data into individual CSV files. Each file corresponds to a specific dataset. Because the files reflect database structure, you may need help from someone familiar with your organization’s Emburse Professional AP configuration to interpret related records.

The following table describes common files in the export.

Database TableDescription
OUHierarchyDepartments in your organization.
UsersUsers in your organization.
RolesRoles in your organization.
UserRolesRoles assigned to users.
Carts / CartDetailsRequisitions that are in progress or submitted.
Requisitions / ReqDetailsSubmitted requisitions.
Orders / OrderDetailsCreated purchase orders.
PackingLists / PackingListItemsCreated packing lists.
InvoiceCarts / InvoiceCartDetailsInvoices that are in progress or original submitted invoice data.
Invoices / InvoiceDetailsSubmitted invoices.

Find Invoices by User

Use this example to find invoices submitted by a specific user.

  1. Open Users.csv.
  2. Find the user’s UserID.
  3. Open Invoices.csv.
  4. Filter the data by the UserID.

Find Invoice Attachments

Use this example to find the attachment file associated with an invoice.

  1. Open Users.csv.
  2. Find the user’s UserID.
  3. Open Invoices.csv.
  4. Filter the data by the UserID.
  5. Find the InvoiceID.
  6. Open HeaderAttachments.csv.
  7. Find the AttachmentID for the selected TransactionID, where TransactionID equals the invoice’s InvoiceID and TransactionTypeID equals 8.
  8. Open the Attachments folder.
  9. Find the file that matches the AttachmentID.

TransactionTypeID 8 refers to an invoice.

Company Data Export FAQ

Q: Is there a limit on how many requests I can submit?

A: No. You can request the data as needed.

Q: Is sample data available?

A: You can request an export without attachments.

Q: Can I request only incremental data after my first export?

A: Yes. On the Company Preferences page, enable Incremental Export. The first export still includes full historical data. The next export includes incremental data.

Was this article helpful?