Repair Invalid Values
When a spreadsheet cell contains a value which doesn’t follow the input schema rules, this produces an “invalid value” error. This type of error falls under the broader category of adherence errors, which includes 3 sub-types:
- Value is not a standard term. In other words, it doesn’t match the permissible values.
- Value is not a number (e.g.,
12oz
,5"
,$12,000
: value includes a symbol, unit, or abbreviation as well as the numerical value.) - Value is not a URL (e.g., google*com, google.co)
- Value is not in a valid format.
Selecting one of the error type options on the navigation bar takes you to the worksheet page where you can perform the needed fix.
Repair Worksheet
The repair worksheet includes the following key features:
- (A) “Original Value” = Displays the original value of a particular column in the spreadsheet. At the bottom of the value string, in parentheses, is the number of cells that contain the same string. Next to the value is a “down arrow” button that can show the original spreadsheet to provide some context.
- (B) “New Value Field” = Enter the correct value in this field to replace the original value. This field usually contains a value that was entered automatically by the tool as part of its recommendation feature.
- (C) “Accept Checkbox” = Select the checkbox if you agree with the recommended value. If you agree to all the recommended values then select the checkbox in the column header.
- (D) “Save” and “Save and Repair Next” = The first button saves changes without leaving the page. The second button saves the changes and advances you to the next error problem.
- (E) “Page Limit” = Select a number of rows to display per worksheet page.
Repair invalid URL
Follow these steps to repair invalid URL:
- Fill out the “New Value Field” with the correct URL, or copy the previous value by clicking the “Original Value” and paste it onto the “New Value Field” for further correction. A URL string must start with either “http://” or “https://” prefix.
- The validator will automatically check the validity of the input string.
- If it is a valid URL string, the validator will show a checkmark icon that you can click to check the webpage.
Repair invalid format
Follow these steps to repair invalid format:
- Fill out the “New Value Field” with the correct string, or copy the previous value by clicking the “Original Value” and paste it onto the “New Value Field” for further correction. Use the field description (by hovering on the question mark (?) icon), or use the example value (by hovering on the information (i) icon) to get some hints the expected string format.
- The validator will automatically check the validity of the input string.
- If it is a valid string, the validator will show a checkmark icon.