Morning,
I am new to this so just need a quick hand on how to create a schema.ini file.
I need to have 2 cols, one for the product sku, which is a string value. And one for the price, which is a decimal value.
I currently have the following in my schema.ini, but i am unsure how what they should be, i have done the sku as Text, but unsure about the decimal one.
[test.csv]
ColNameHeader=False
Format=CSVDelimited
DateTimeFormat=dd-MMM-yyyy
Col1=sku Text
Col2=amzPrice