Sample Data Format

Download our sample CSV file to understand the required data format for inventory analysis.

Required Data Format

Your CSV file must contain the following columns. Required columns are marked with an asterisk (*).

Column NameData TypeRequiredDescription
date*DateRequiredTransaction date (YYYY-MM-DD)
store*StringRequiredStore identifier
sku*StringRequiredProduct identifier
sales_quantity*IntegerRequiredQuantity sold
inventory_level*IntegerRequiredCurrent inventory level
unit_cost*DecimalRequiredCost per unit
selling_price*DecimalRequiredSelling price per unit
lead_time*IntegerRequiredLead time in days
supplier_id*StringRequiredSupplier identifier
category*StringRequiredProduct category
ordered_dateDateOptionalDate when order was placed
ordered_quantityIntegerOptionalQuantity ordered
order_statusStringOptionalOrder status (Pending, Confirmed, Shipped, etc.)

Sample Data Preview

Here's a preview of what your data should look like:

DateStoreSKUSalesInventoryUnit CostPrice
2023-01-01Store001SKU001105545.5089.99
2023-01-01Store001SKU002144225.0049.99
2023-01-01Store001SKU00397515.0029.99

* This is just a preview. Download the full sample file to see all columns and more data.

Data Preparation Tips

Date Format

Use YYYY-MM-DD format for all dates (e.g., 2023-01-01)

Numeric Values

Ensure all numeric columns contain valid numbers (no text or special characters)

Missing Values

Leave optional columns empty or use 'None' for missing values

File Size

Maximum file size is 10MB. For larger datasets, contact us at saru@iportbytes.com