I'm really new to Kettle. And I read this when I use the "set variables" step in my transformation. "all steps in a Kettle transformation run in parallel". I'm wondering how this can be possible.
For example, I have a transformation which only have two steps, A reads data from an csv file, and B writes these data to an xml file. If these two steps are run in parallel, how can B write the data to xml before A read data?
Any answers would be appreciated.