| Crates.io | odm |
| lib.rs | odm |
| version | 0.0.1 |
| created_at | 2023-04-17 13:25:25.851947+00 |
| updated_at | 2023-04-17 13:25:25.851947+00 |
| description | OpenRetail Data Migrator Utility |
| homepage | |
| repository | |
| max_upload_size | |
| id | 841475 |
| size | 3,196,518 |
migratorThe open source data format migrator utility for OpenRetail.
You can install the utility locally using:
cargo install odm
Running odm will provide helpful information.
To convert toward the open-retail standard, run the following command.
odm parse --format <FORMAT> --type <TYPE> --input <FILE>
Where:
<FILE> represents the path to your product .csv export from your existing solution.
<FORMAT> represents the name of the existing solution. For supported standards, see [here]
(#supported-standards).
<TYPE> represents the type being converted, i.e. Products, Customers, ...
Please note this is an active area of development, changes should occur quickly.
We currently support:
| Standard Name | Products | Customers | Transactions | Stores |
|---|---|---|---|---|
| Shopify | ✅ | ❌ | ❌ | ❌ |
| Lightspeed | ❌ | ❌ | ❌ | ❌ |