log.error("Failed to create hanlder for object " + o.getClass().getName());
continue;
}
// Parse the object
ParsedObject parsedObject = handler.parseObject(o);
String key = parsedObject.getKey();
// if there's an existing one with the same key, then remove it first.
if (parsedObject.getKey() != null)
{