Order management system for multiple fulfillment centers. Python's Faker was used to generate data within 'input.csv'.
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.
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.
- Regular expression text parsing
- Logging
- Use a generic class for processing the order