Review codes are generated by the Business Data Parser (BDP) to identify specific conditions that occur when input data does not parse correctly. The BDP places a flag value of '1' in the Bp_Misc_Review_Codes attribute at a character position that corresponds to the review code: for example, if a review code of 086 is reported, you will find a '1' flag in position 86 of the attribute value.
To identify which codes are generated and locate their character position, you analyze the Bp_Misc_Review_Codes attribute and review the attribute metadata values. You can also drill down to data rows affected by each condition. If the Parser finds no conditions, then no flag values are generated. For more information, see Analyzing and Reviewing BDP Review Codes.
Review Codes and Conditions
Data fields within the attribute flagged with '1' fail to parse for a variety of reasons: for example, when the BDP finds unrecognized data (stored in the Bp_Misc_Data attribute) or an undefined pattern.
The following table describes the three-character review codes, the parsing conditions that trigger the flag, and suggested action to take before re-running the BDP process:
Review Code |
Parsing Condition |
Suggested Action |
---|---|---|
082 |
Unidentified pattern |
Use the Parser Tuner to modify patterns. |
083 |
Unknown token |
Use the Word Definitions tool to define additional words and phrases. |
086 |
Output line too long |
Use the Transformer to remove data from the BDP input attribute. |
087 |
Miscellaneous line too long |
Use the Transformer to remove data from the BDP input attribute. |
088 |
Too many categories found |
Use the Word Definitions tool to define fewer categories. Consider creating multiple-word categories. |
090 |
No data found |
Select another input attribute for the BDP process. |