ExtractOrderInfoFromCsvCommand
extends ContainerAwareCommand
in package
uses
LockableTrait
Class ExtractOrderInfoFromCsvCommand
Reads mz_frontapp_teammate_conversations.csv, extracts order increment IDs from the order_ids column (JSON array), retrieves order date and payment method from the database, and outputs an enriched CSV with all original columns plus new order information columns.
Table of Contents
Methods
- configure() : mixed
- execute() : mixed
Methods
configure()
protected
configure() : mixed
execute()
protected
execute(InputInterface $input, OutputInterface $output) : mixed
Parameters
- $input : InputInterface
- $output : OutputInterface