Mattang-Dan commented on issue #3403:
URL: https://github.com/apache/hop/issues/3403#issuecomment-1816624833
Getting error running the following via the normal Hop process (not manually
setting pipeline properties parameters) and get a new error:
```
2023/11/16 13:11:56 - js: flatten JSON keys.0 - Optimization level set to 9.
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)
at org.mozilla.javascript.Parser.memberExpr(Parser.java:2732)
at org.mozilla.javascript.Parser.unaryExpr(Parser.java:2626)
at org.mozilla.javascript.Parser.mulExpr(Parser.java:2547)
at org.mozilla.javascript.Parser.addExpr(Parser.java:2531)
at org.mozilla.javascript.Parser.shiftExpr(Parser.java:2512)
at org.mozilla.javascript.Parser.relExpr(Parser.java:2487)
at org.mozilla.javascript.Parser.eqExpr(Parser.java:2459)
at org.mozilla.javascript.Parser.bitAndExpr(Parser.java:2448)
at org.mozilla.javascript.Parser.bitXorExpr(Parser.java:2437)
at org.mozilla.javascript.Parser.bitOrExpr(Parser.java:2426)
at org.mozilla.javascript.Parser.andExpr(Parser.java:2415)
at org.mozilla.javascript.Parser.orExpr(Parser.java:2404)
```

--
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]