Typo3 Datahandler

Creates, updates, moves, localizes and deletes TYPO3 records programmatically from PHP - import scripts, CLI commands, data migrations - using DataHandler datamaps and cmdmaps. Use when writing hundreds of pages or records from JSON, CSV or another system and the parent references must stay intact, when the reference index goes stale after moving records, when imported records show up owned by nobody because the backend user context is wrong, when localizing an existing element into another language from code, or when extending record operations with hooks and PSR-14 events. Workspace-aware.

dirnbauer Updated

File contents

dirnbauer/typo3-skills/tree/main/skills/typo3-datahandler commit 1264d4fa3b

Frequently asked questions

npx skillmds@latest add dirnbauer/typo3-datahandler-3