Details
Description
The line in the example code snippet "Main" :
r = createOutputRow(r, outputRowMetaSize);
does not work and should be replaced with:
r = createOutputRow(r, data.outputRowMeta.size());
Attachments
Issue Links
- is duplicated by
-
PDI-11185 Main Snippit incorrect
-
- Closed
-