I have a PDI (Kettle) transformation that execute an SQL script, the output of scripts is a column looks like:
val1
val2
val3
val4
"more values"...
I need write this on a only one Excel cell like this:
val1 val2 val3 val4 "more values"...
How i can do this?
I tried "row denormaliser" and "row flattener" but dont work (i dont know why)
The flattener is an option, but you have problems because you do not know the number of new fields and the seperator. But there is a "trick" to solve your problem:
You can do so by following these steps:
The output is:
val1 val2 val3 ....
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With