Content migrations fail most often at the edges: inconsistent page structure, messy data, and editorial noise that doesn’t map to Drupal fields. Feeds can import reliably when the source behaves, but many real sources don’t.
In this session, I’ll present Feeds Tamper AI, a Feeds Tamper plugin that runs an LLM prompt as a tamper step inside a Feeds import pipeline, integrated through the Drupal AI ecosystem. The point isn’t “AI writes your site.” The point is AI as a controlled transformer: convert unstructured input into a predictable intermediate format that Drupal can validate and act on.
We’ll walk through where the AI step fits in the Feeds workflow, how to configure it, and prompt patterns that consistently produce strict JSON for downstream automation.Then we’ll close with a real use case: ingesting page content, transforming it into JSON, and automatically creating and attaching Paragraphs, so every import builds an editor-ready page layout, not just a set of fields.