remove duplicated steps in Pentaho transformation entity_migration.ktr#424
remove duplicated steps in Pentaho transformation entity_migration.ktr#424saschaszott wants to merge 1 commit into4Science:main-crisfrom
Conversation
|
I can confirm that using spoon in Pentaho 9.4.0.0-343 will lead to the same result of changed lines |
|
This pull request has been automatically marked as stale because it has not had Allowing pull requests to close as stale helps us filter out old work that is no longer All pull requests closed by this bot act like normal pull requests; If these changes are still relevant then please comment and/or rebase your PR based on the |
|
Has the problem been fixed in the meantime? |
PR Description
The Pentaho transformation
entity_migration.ktrcontains 5 duplicated steps:This PR removes the duplicated steps.
It was created by opening the transformation file
entity_migration.ktr(latest version) with Pentaho PDI Spoon 9.4 and save it immediately (without applying any modification to the transformation).