Append Data

Append missing attributes to bulk lead lists using configurable provider waterfalls and mapping rules.

Published by @gtmagents·0 agent reads / 30d·0 saves·

Append Data Command

Purpose

Bulk-enrich a CSV/JSON dataset by filling specified fields (titles, phones, LinkedIn URLs, firmographics) while respecting credit budgets and compliance rules.

Syntax

/data-enrichment:append-data \
  --input leads.csv \
  --fields "title,phone,linkedin" \
  --priority "apollo,hunter,rocketreach" \
  --max-credits 5 \
  --output enriched.csv

Parameters

  • --input: Path to CSV/JSON file with seed data.
  • --fields: Comma-separated field names to append.
  • --priority: Ordered provider sequence (defaults to recommended waterfall per field).
  • --max-credits: Credit ceiling per record.
  • --parallel: Number of concurrent requests.
  • --output: Destination file.
  • --cache-ttl: Override default caching window.

Features

  • Automatic batching for provider rate limits.
  • Field-level confidence scoring and attribution to provider.
  • Retry + fallback strategy when providers fail.
  • Progress reporting (records completed, credits consumed, ETA).

More on the bench

SKILL0

Tensorflow And Deep Learning Rules

TensorFlow and deep learning rules for building, training, evaluating, and deploying neural network models

data-science-ml+1
0
SKILL0

Fortran Programming Guidelines

Modern Fortran rules for scientific computing, modules, explicit interfaces, kind parameters, memory safety, and testing

software-engineering+1
0
SKILL0

Automl And Hyperparameter Optimization Rules

AutoML and hyperparameter optimization rules for Python ML projects using Ray Tune, Optuna, PyCaret, and time-series AutoML libraries

data-science-ml+1
0