undefined field on CSV db import

2012-02-23 Thread pmcgovern
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. Can someone lend some insight as to what I am missing / doing wrong? Thank you in advance. Sample of CSV File: --- "Product_ID"

Re: undefined field on CSV db import

2012-02-24 Thread pmcgovern
McGovern On Feb 23, 2012, at 8:40 PM, Erick Erickson [via Lucene] wrote: > 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 <[hidden email]> wrote: > > > I am t