#migrator #odm #format #information #data #utility #open-retail

bin+lib odm-migration-utility

OpenRetail Data Migrator Utility

17 releases

0.0.19 Feb 22, 2024
0.0.18 Jan 29, 2024
0.0.13 Dec 9, 2023
0.0.12 Oct 18, 2023
0.0.11 Sep 28, 2023

#1693 in Parser implementations

Download history 24/week @ 2024-01-27 289/week @ 2024-02-17 98/week @ 2024-02-24 3/week @ 2024-03-02 4/week @ 2024-03-09 88/week @ 2024-03-30 18/week @ 2024-04-06

106 downloads per month

MIT license

460KB
2K SLoC

migrator

The open source data format migrator utility for OpenRetail.

Getting Started

You can install the utility locally using:

cargo install odm

Running odm will provide helpful information.

Converting

To convert toward the open-retail standard, run the following command.

odm parse <DIRECTORY>

The output of which will be output.os.

migrator will automatically determine the origin of the files in the directory and apply the most appropriate parsing for it. This means, you may place all exported files in this directory and migrator will decode (to the best of its ability) each one, as long as it exists in the currently supported standards list.

Supported Standards

Please note this is an active area of development, changes should occur quickly.

We currently support:

Standard Name Products Customers Transactions Stores
Shopify 🔌
Lightspeed Retail
SquarePOS 🚧 🚧 🚧 🚧
Retail Pro 🚧 🚧 🚧 🚧

🚧 Have yet to investigate file formatting

🔌 Source lacks implementation/export

Shopify does not provide an option to export "Stores". This includes stock information, so extra steps must be taken in order to achieve the conversion of this. This will be implemented in the future but for now is ignored.

Dependencies

~26–65MB
~1M SLoC