Folders / Pages

If you like, you can migrate data of a selected table/key only.

Keys

The name of a script is defined by the property key. These keys are available:

  • folder__wi__tx_org_news

  • folder__wi__tx_org_newscat

folder__wi__tx_org_news

Pages / folders

  • which contains tx_org_news records

  • and where doktype is 254

will become

  • module = org_news

  • tsconfig_includes = EXT:org/Configuration/TSconfig/.../tx_org_news.ts

folder__wi__tx_org_newscat

Pages / folders

  • which contains tx_org_newscat records

  • and where doktype is 254

will become

  • module = org_news

  • tsconfig_includes = EXT:org/Configuration/TSconfig/.../tx_org_news.ts

Samples

dryrun is true by default.

Test all folders with tx_org_news records

Run the migration script folder__wi__tx_org_news only without any execution (dryrun):

vendor/bin/typo3cms migration:migrate \
  --configuration EXT:migration_ttnews2orgxblog/Configuration/Migration.php \
  --key folder__wi__tx_org_news