I'm trying to import a csv file to auto-populate in-app items.
I use:
(in format product_id
,publish_state
,purchase_type
,autotranslate
,locale; title; description
,autofill
,country; price
)
xxx_10ass,published,managed_by_publisher,false,en_US; 10 yyy; 10 yyy,true,US; 1600000
xxx_50ass,published,managed_by_publisher,false,en_US; 50 yyy; 50 yyy,true,US; 1700000
xxx_100ass,published,managed_by_publisher,false,en_US; 100 yyy; 100 yyy,true,US; 1800000
xxx_500ass,published,managed_by_publisher,false,en_US; 500 yyy; 500 yyy,true,US; 1900000
xxx_1000ass,published,managed_by_publisher,false,en_US; 1000 yyy; 1000 yyy,true,US;2000000
I'm getting "There was a problem importing the CSV file." See here: developer.android.com/guide/market/billing/billing_admin.html under "Adding a batch of items to a product list"
Any idea?