Upload Product Prices CSV

{% if preview_data %}

CSV Preview (First 10 rows)

{% for col in preview_data[0].keys() %} {% endfor %} {% for row in preview_data %} {% for val in row.values() %} {% endfor %} {% endfor %}
{{ col }}
{{ val }}
{% endif %}