File rules and validation errors
In this article, we describe how your upload file needs to be formatted, and provide errors you might encounter while bringing data into the advanced insights app.
File and field rules
When any data row or column has an invalid value for any attribute, the entire upload might fail or produce warnings depending on whether Upload valid rows and exclude rows with invalid data under Advanced configuration is turned on or off.
If Upload valid rows and exclude rows with invalid data under Advanced configuration is turned off, the entire upload fails due to validation errors until the source file is fixed (or the mapping changes the validation type of the attribute in a way that makes the value valid).
If Upload valid rows and exclude rows with invalid data under Advanced configuration is turned on, it will only upload rows that include valid values, and will show warnings for the rows that weren't ingested due to errors. This setting is off by default.
Rules for the file
The data file needs to be in the .csv UTF-8 format, and it can’t be empty.
Rules for source and target field headers
All source and target field header or column names need to:
- Only contain ASCII alphanumeric characters (letters and numbers, for example, Date1), or underscore (_). Special nonalphanumeric characters such as @, #, %, &, or other characters aren’t supported.
- Contain a value.
- Be unique.
Rules for custom target field headers
All custom target field headers or column names need to:
- Have no leading, middle, or trailing blank spaces.
- Contain no system fields, which are:
- PeopleHistoricalId
- StartDate
- EndDate
- Domain
- PopulationType
- TimeZone
- StandardTimeZone
- WorkdayStart
- WorkDayEnd
- WeekendDays
- InferredTeamSize
- ObjectId
- IsActive
- Starting with "Microsoft_"
- MetricDate
- PrimaryCollaborator_PersonId
- SecondaryCollaborator_PersonId
Required fields need to have a value for every row.
After you upload your file, you can only map one column header to each Viva Insights data field.
Rules for field values
Field values need to be provided in the correct data type. Refer to Attribute reference.
Rules for characters in field values
- The character length of field values in rows can't exceed 128 KB, which is about 1024 x 128 characters.
- “New line” (\n) characters aren't permitted in field values.
Note
You can use double-byte characters, such as Japanese characters, in the field values.
Rules for values in the ManagerId field
Each PersonId needs to have a unique ManagerId. In other words, there can't be multiple managers for one person.
There can't be loops where:
- Managers and employees report to each other.
- Managers report back to employees.
Let’s say Dylan is Kris’s manager. The organizational data couldn’t show:
- Kris reporting to Dylan and also Dylan reporting back to Kris.
- Dylan reporting to Kris.
Both of the following hierarchies would produce errors in end-user experiences:
Example .csv export file
Here's an example snippet of a valid .csv export file:
PersonId,EffectiveDate,HireDate,ManagerId,LevelDesignation,Organization,Layer,Area [email protected],12/1/2020,1/3/2014,[email protected],Junior IC,Sales,8,Southeast [email protected],11/1/2020,1/3/2014,[email protected],Junior IC,Sales,8,Southeast [email protected],12/1/2020,1/3/2014,[email protected],Manager,Sales,7,Northeast [email protected],10/1/2020,8/15/2015,[email protected],Support,Sales,9,Midwest [email protected],11/1/2020,8/15/2015,[email protected],Support,Sales,9,Midwest [email protected],12/1/2020,8/15/2015,[email protected],Support,Sales,9,Midwest
Validation errors and warnings
Here are validation errors you might encounter while uploading data to the advanced insights app. In most cases, you need to correct the errors and upload your file again. Review our Prepare organizational data article to learn how to format and get your data ready for upload.
Category | Related rule | Message | Applies to |
---|---|---|---|
File and file extensions | The data file needs to be in the .csv UTF-8 format, and it can’t be empty. | Your file is empty. Select another file and upload again. | .csv upload only |
This file has an invalid extension of '{0}'. Select a .csv file and upload again. | .csv upload only | ||
The data file for API-based import and Azure blob import needs to be in .zip file format, and include one .csv file in UTF-8 format and one .json mapping file. The files can’t be empty. | There is a problem with the files in the .zip file. Make sure the .zip file contains only one .json file and one .csv file and upload it again. | API-based import and Azure blob import | |
The .csv file in your .zip file is empty. Add a non-empty .csv file and upload the .zip file again. | API-based import and Azure blob import | ||
The .json file in your .zip file is empty. Add a non-empty .json file and upload the .zip file again. | API-based import and Azure blob import | ||
The .json file is invalid. Use a valid .json file and upload the .zip file again. | API-based import and Azure blob import | ||
Column headers | All field header or column names need to be unique. | Two or more column headers in your file are the same. Include unique headers for each column. | All |
All field header or column names need to contain a value. | Header is missing in column(s) {J}. Include the header name in your selected file and upload again. | All | |
Your .csv file is mapped to a null or empty field in your .json file. Map it to a non-empty field and upload the .zip file again. | API-based import and Azure blob import | ||
All field header or column names need to only contain alphanumeric characters (letters and numbers, for example, Date1), or the following symbols: ~ ! @ # $ % ^ & * + > : < > [] ?. Other characters aren’t supported | {Header name} contains unsupported special characters. Remove the special characters and upload again. | ||
All field header or column names need to contain no system fields. | {header name} is a system field. Please rename {header name} so that it doesn't use a system field and upload the file again. | All | |
After you upload your file, you can only map one column header to each Viva Insights data field. | Your file has more than one source column mapped to a data field. Make sure each source column is mapped to a unique field. | All | |
The header names in the .csv file don’t match the fields you mapped in the .json file. Make sure the .json file contains the same fields as the .csv file, and upload the .zip file again. | API-based import and Azure blob import | ||
The number of headers in the .csv file doesn't match the fields you mapped in the .json file. Make sure the .json file contains the same fields as the .csv file, and upload the .zip file again. | API-based import and Azure blob import | ||
All source columns need to be mapped to a supported data type | The source column isn't mapped to a supported data type. Map to a supported data type and upload the file again. | API-based import and Azure blob import | |
The .json file specifies a "DatasetType" that's not expected. Specify the correct value and upload the .zip file again. | API-based import and Azure blob import |
Below are the validation errors and warnings related to field values. If Upload valid rows and exclude rows with invalid data under Advanced configuration is turned off, it creates errors and fail validation. If it's turned on, it will only upload rows that include valid values, and will show warnings for the rows that weren't ingested due to errors. This setting is off by default.
Category | Related rule | Message | Error or warning | Applies to |
---|---|---|---|---|
Field values | The data file needs to be in the .csv UTF-8 format. | Invalid .csv format. Number of columns in row does not match number of columns in header. Please check for missing or misplaced commas and upload again. | Error | All |
Invalid .csv format. Number of columns in row does not match number of columns in header. Rows with invalid values are not uploaded. Please check for missing or misplaced commas and upload again. | Warning | All | ||
Non-UTF-8 character found. Make sure your .csv file uses UTF-8 encoding and upload it again. | Error | All | ||
Non-UTF-8 character found. Rows with invalid values are not uploaded. Make sure your .csv file uses UTF-8 encoding and upload it again. | Warning | All | ||
Field values need to be provided in the correct data type. Refer to Attribute reference. | Invalid {header name} value. {Header name} should be an email address following the form [email protected] . |
Warning | All | |
{Header name} contains an invalid value. Rows with invalid values are not uploaded. {Header name} should be an email address following the form [email protected] . |
Warning | All | ||
Invalid {header name} value. {Header name} should be a string. | Error | All | ||
{Header name} contains an invalid value. Rows with invalid values are not uploaded. {Header name} should be a string. | Warning | All | ||
Warning | All | |||
Invalid {header name} value. {Header name} should be a double following the form 23.75. | Error | All | ||
{Header name} contains an invalid value. Rows with invalid values are not uploaded. {Header name} should be a double following the form 23.75. | Warning | All | ||
Invalid {header name} value. {Header name} should be an integer. | Error | All | ||
{Header name} contains an invalid value. Rows with invalid values are not uploaded. {Header name} should be an integer. | Warning | All | ||
Required fields need to have a value for every row. | Missing {header name} column or {header name} value. {Header name} is a required field and needs a value for every row. Add {header name} value and upload the file again. | Error | All | |
Missing ManagerId value for new PersonId field. ManagerId is a required field. Add the corresponding ManagerId field and upload again. | Error | All | ||
Each PersonId needs to have a unique ManagerId. | All | |||
There can't be loops where:
|
Error | All |