add a test for importing product tables when the headers and fields are quoted
This commit is contained in:
parent
b8f7c6ea9d
commit
aaa1e0ab0e
2 changed files with 35 additions and 2 deletions
6
t/supporting_collateral/productTables/quotedTable.csv
Normal file
6
t/supporting_collateral/productTables/quotedTable.csv
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
"mastersku","sku","title","shortdescription","price","weight","quantity"
|
||||
"Kids-lashed","red-t-shirt","Colored T-Shirts","Red T-Shirt",5,1.33,1000
|
||||
"Kids-lashed","blue-t-shirt","Colored T-Shirts","Blue T-Shirt",5.25,1.33,2000
|
||||
"soda","soda-sweet","Sweet Soda-bottled in Oregon","Sweet Soda",0.95,0.95,500
|
||||
"classical-records-1","track-16","The Marriage of Figaro","Track 16",3.25,0,50
|
||||
"classical-records-1","track-9","The Marriage of Figaro","Track 9",3.25,0,55
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue