import template to get the right CSV format, import create to upload, and export create to download your data.
Import Commands
moss import template
Generate a CSV template with the correct headers and an example row. Use this to prepare your import file.
Example output for contacts:
moss import create
Start a data import job. The file must be accessible via URL.
Returns a job ID that you can use to check status.
moss import status
Check the status of an import job.Export Commands
moss export create
Start a data export job.
Returns a job ID that you can use to check status and download the file.