Skip to content

jcacc/OrderlyCLI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

OrderlyCLI

Order management system for multiple fulfillment centers. Python's Faker was used to generate data within 'input.csv'.

Project Objective

A licensed apparel company has the need to separate out orders that are fulfilled in two different methods, 'shipping' and 'pickup'. The input.csv file is coming from their main eCommerce channel.

Statement of Work

I need to be able to separate out orders based on parameters and write them to different CSV files. It should split on "fulfillment_type" and apply shipping methods.

Project Features

  • Regular expression text parsing
  • Logging
  • Use a generic class for processing the order

About

Order management system for multiple fulfillment centers.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages