I'm now using Spoon from PDI-CE 7.0 under windows 10 to edit transformations.
I never found a convenient way to "paste from clipboard" a multiline String value into simple steps like "Data Grid" or "Generate rows"..
Is there a trick that I'm missing ?
The following options work but are not that convenient :
- Editing the ktr file manually (!!)
- Using a Scripting step (UDJC, UDJE, JS, ..) to generate the string value
- Loading the multiline string from a file using loadFileContent() in a JS step