Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
languagebash
$> mettleci s2px convert \
   -source-dsx "MyServerJobs.dsx" \
   -target-dsx "MyParallelJobs.dsx" \
   -config s2px_config.yaml

MettleCI Command Line (build 128161)
(C) 2018-2022 Data Migrators Pty Ltd
Loading configuration
Preprocessing 'MyServerJobs.dsx'
Converting jobs
Decomposing MyParallelJobs
Translating MyParallelJobs
Done.

...

Code Block
languagebash
$> mettleci s2px convert \
  -config plugins/s2px_config.yaml \
  -source-dsx assets/S2P/DSX/Project.dsx \
  -target-dsx assets/S2P/DSX/Project_Converted.dsx

MettleCI Command Line (build 128161)
(C) 2018-2022 Data Migrators Pty Ltd
Loading configuration
Preprocessing 'assets/S2P/DSX/Project.dsx'
Converting shared containers
Decomposing ErmChildOberParentPx
Translating ErmChildOberParentPx
Decomposing ErmittelnGSPx
Translating ErmittelnGSPxP01
Translating ErmittelnGSPxP02
Translating ErmittelnGSPxP03
Decomposing ErmittelnNamePx
Translating ErmittelnNamePxP01
Translating ErmittelnNamePxP02
...
Decomposing ReadDSJobPx
Translating ReadDSJobPx
Converting jobs
Decomposing ACT_ST_9109_SET_INITIAL_XML_STRUCTUREPx
Translating ACT_ST_9109_SET_INITIAL_XML_STRUCTUREPx
Decomposing ALT_OkavoKUBA_DB_4KB_PRPx
Translating ALT_OkavoKUBA_DB_4KB_PRPx
...
Decomposing ZHUK24_HCK_SAS_Tabellen_aufbereitenPx
Translating ZHUK24_HCK_SAS_Tabellen_aufbereitenPx
Decomposing ZVertissPKVTeil2Ab201909_wegwerfenPx
Translating ZVertissPKVTeil2Ab201909_wegwerfenPxP01
Translating ZVertissPKVTeil2Ab201909_wegwerfenPxP02
Translating ZVertissPKVTeil2Ab201909_wegwerfenPxP03
Translating ZVertissPKVTeil2Ab201909_wegwerfenPxP05
Translating ZVertissPKVTeil2Ab201909_wegwerfenPxP04
Translating ZVertissPKVTeil2Ab201909_wegwerfenPxP06
Done.

...