Unify and manage your data

Remap isStandalone attribute in batch processing

Adjust how the isStandalone attribute is derived during batch job result composition.

Make sure:

  • You have access to modify the recipe D&B | PROC | Process D&B Job Result.
  • You understand how the isStandalone value is derived from the D&B response in Step 8 of this recipe.
The isStandalone field indicates whether the enriched organization is part of a hierarchy or operates independently. To ensure accurate assignment, this field should be mapped directly from the parsed JSON in Step 8 of the recipe, rather than from a default placeholder or previous assignment field.
To update the isStandalone mapping:
  1. Open the recipe D&B | PROC | Process D&B Job Result.
  2. Navigate to Step 22 of this recipe titled Compose CSV.
  3. In the input fields list, locate the field mapped to isStandalone.
  4. Replace the current value with the data pill sourced from Step 8 output of the same recipe.
    Note: This ensures the value is accurately passed from the parsed JSON input, not overwritten or hardcoded elsewhere.
  5. Save the recipe.

Once updated, the isStandalone value in the output CSV will reflect correct context from the enrichment results. No changes to data types are required for this field.