...
"System.Customer.UserImportProfileTranslations" – Optional attribute. Stores the mapping for user Profile Indexes to be used by the user importer. If this is not set, assume default names for DB keys (see below for defaults key names). The key/value pairs need to adhere to strict naming (Attribute keys are string constants, if they don't match, importer will fail). For example: First and Last Name cannot be in the same column. All keys must follow db table column names. The order does not matter, as the indexing is built dynamically.
Example Value: Deactivate (X)=Deactivate (X),OrgLoginID=UniqueUserId,FirstName=FirstName,LastName=LastName,Password=Password,EmailAddress=EmailAddress,Department=Department,Vessel=ShipLocation,Posting Rank=Posting Rank,Rank=Rank
"System.Customer.UserImportThreshold.MaxCsvRowsPerFile" – Optional attribute. Specifies the max. allowed user rows per CSV file (excl. header) for import. If the attribute is not specified, allow an unlimited number of user rows per file. If max. rows is exceeded (incl. empty lines), the file is not being processed. Auto-user import only: Move the CSV file into System.Customer.UserImportBackupFilePath, and an email report is being sent to inform the receivers that the file has not been processed.
...