KonaKart Community Forum

Installation / Configuration => Programming of KonaKart => Topic started by: craig@civic on September 11, 2009, 10:12:16 am

Title: XML Loader using default validation lengths
Post by: craig@civic on September 11, 2009, 10:12:16 am
Using the XML loader, is it possible to import a product with a name longer than the default validation length?

I have configured the database to have a larger column length and also increased in the CustomValidation.properties but there doesn't seem to be a way to reference the file from the loader

So when I'm trying to import a product with a name longer than 64 but I get a error in com.konakart.importer.xml.ImportXMLData.validateProduct

Is there any way of customising the validation the XML importer uses?


Title: Re: XML Loader using default validation lengths
Post by: greg on September 11, 2009, 02:08:40 pm
You can't customise that validation today unfortunately but we will enhance this to make the XML importer reference the same validation file (CustomValidation.properties) as the one used by the Admin App.
Title: Re: XML Loader using default validation lengths
Post by: greg on October 13, 2009, 04:20:29 pm
This enhancement has now been implemented and will be available in the next release (that is, the release that follows 4.1.0.0, whichever version that is).