form.setGenerate(false);
Site site = getAdminBean(request).getSite();
createAdditionalInfo(form, site);
ItemSimpleTransformation transformation = null;
if (form.getExportType().equals(Constants.IE_EXPORT_TYPE_CSV)) {
transformation = new ItemSimpleCsvTransformation(Long.valueOf(form.getIeProfileHeaderId()), site, form.getExportLocation());
}
else {
transformation = new ItemSimpleXmlTransformation();
}