B2B Enrichment Output Columns
Use this article if your batch processing includes B2B enrichment and you need to understand the company enrichment columns in your output file. Applies to file-based batch processing only.
B2B columns
| Column name | Description |
|---|---|
| DQE_FOUND | Indicates whether a matching company was found |
| DQE_STATUS | Status returned by the B2B matching process |
| DQE_LABEL_STATUS | Readable label associated with the returned status |
| DQE_CERTAINTY | Confidence level associated with the match |
How to use B2B results
- Use DQE_FOUND to identify whether a company match was found
- Use DQE_STATUS and DQE_LABEL_STATUS to understand the matching result
- Use DQE_CERTAINTY when business rules depend on the confidence level
Best practices
- Review low-certainty matches before updating production data
- Keep the original company information to compare source data with enrichment results
- Document internal thresholds for automatic acceptance or manual review
