Mattang-Dan commented on issue #3403: URL: https://github.com/apache/hop/issues/3403#issuecomment-1816607960
 And when I run it without using the Preview function via setting Parameters in the pipeline properties manually, I receive this error: ``` 2023/11/16 13:11:56 - ji: tabsFlat.0 - Finished processing (I=1, O=0, R=1, W=1, U=0, E=0) org.apache.hop.core.exception.HopValueException: Couldn't compile javascript: missing } after property list (script#16) at org.apache.hop.pipeline.transforms.javascript.ScriptValues.addValues(ScriptValues.java:305) at org.apache.hop.pipeline.transforms.javascript.ScriptValues.processRow(ScriptValues.java:492) at org.apache.hop.pipeline.transform.RunThread.run(RunThread.java:55) at java.base/java.lang.Thread.run(Thread.java:829) Caused by: org.mozilla.javascript.EvaluatorException: missing } after property list (script#16) at org.mozilla.javascript.DefaultErrorReporter.runtimeError(DefaultErrorReporter.java:79) at org.mozilla.javascript.DefaultErrorReporter.error(DefaultErrorReporter.java:66) at org.mozilla.javascript.Parser.addError(Parser.java:258) at org.mozilla.javascript.Parser.reportError(Parser.java:326) at org.mozilla.javascript.Parser.reportError(Parser.java:320) at org.mozilla.javascript.Parser.mustMatchToken(Parser.java:493) at org.mozilla.javascript.Parser.mustMatchToken(Parser.java:483) at org.mozilla.javascript.Parser.objectLiteral(Parser.java:3638) at org.mozilla.javascript.Parser.primaryExpr(Parser.java:3108) ... ``` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
