Dear Kettle fans,
One of the things that’s been on my TODO list for a while was the creation of a resource exporter…
Resource exporter?
It’s called “Resource exporter” and not “Job exporter” or “Transformation exporter” because it is intended to export more than just a single job or transformation. It exports all linked resources of a job or transformation.
The means that if you have a job that has 5 transformation job entries, you will be exporting 6 resources (1 job and 5 transformations). If those transformations use 3 sub-transformations (mappings) you will in total export 9 resources.
The whole idea behind this exercise is to be able to create a package (for example to send to someone) that has all needed resources contained in a single zip file.
Let’s …
[Read more]