Specify how files are importedAlways import: Always try to import the object. No detction of existing object (Default)Skip if object exists: Skip import if there is an existing object with the same name and typeReplace: If an object is detected, it will be deleted. The assignments will be copied to the new imported objectReplace with assignments: If an object is detected, it will be deleted. The assignments will be copied from the imported objectUpdate: If an object is detected, settings will be replaced from the import file