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?
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.
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).