Re: undefined field on CSV db import

2012-02-24 Thread pmcgovern
Product_ID was defined - Turns out I was encapsulating all data when encapsulation was only required for a couple field types. Erik Hatcher walked me through everything I was doing wrong and brought me to a solution. Thank you for responding, though - tis greatly appreciated. Thanks, Patrick Mc

Re: undefined field on CSV db import

2012-02-23 Thread Erick Erickson
What does your schema.xml file look like? Is Product_ID defined as a field? Best Erick On Thu, Feb 23, 2012 at 1:24 PM, pmcgovern wrote: > I am trying to import a csv file of values via curl (PHP) and am receiving an > 'undefined field' error, but I am not sure why, as I am defining the field. >