I have a simple job that calls two transformations, passing result from one to the other. I cannot figure out has to run the 2nd transformation in Spoon, "faking" the result row.
First transformation calls "Get file names" to find a file, and then passes the filename, directory, and full path to the result stream using "Copy rows to result".
The second transformation reads the result stream using "Get rows from previous result", then reads the file and transforms the data (XML query).
It works when I run the job, which calls the two transforms in turn. however, for debugging, I need to be able to run the second transformation. I can't figure out where/how I enter the three result fields and values (in my case, directory, short_filename, filename). When I run the 2nd transformation from Spoon, I see grids for Parameters, Arguments, and Variables, but not results. What am I missing?
First transformation calls "Get file names" to find a file, and then passes the filename, directory, and full path to the result stream using "Copy rows to result".
The second transformation reads the result stream using "Get rows from previous result", then reads the file and transforms the data (XML query).
It works when I run the job, which calls the two transforms in turn. however, for debugging, I need to be able to run the second transformation. I can't figure out where/how I enter the three result fields and values (in my case, directory, short_filename, filename). When I run the 2nd transformation from Spoon, I see grids for Parameters, Arguments, and Variables, but not results. What am I missing?