E-commerce98 uses
E-commerce Orders Normalizer
Cleans order exports from Shopify/WooCommerce: numeric totals, datetime parsing, deduplication by order ID, filters cancelled orders.
Expected Input Schema
status·strorder_id·strorder_date·strcustomer_id·strorder_total·strproduct_count·strshipping_country·strTransform Rules (5)
1
type castorder_totaltarget_type: floatOrder totals exported as strings must be numeric for revenue aggregation.
2
type castorder_datetarget_type: datetimeConsistent datetime format is required for trend analysis and cohort reporting.
3
drop nullscustomer_idOrders without customer IDs cannot be attributed and corrupt LTV calculations.
4
deduplicate