Virgil
-
2014-03-20
- assigned_to: Virgil
Replacing the semi-colon with a comma solved the problem and it works now!
Yes I can see that the ; is replaced with ? and this is why is failing. It should not get replaced.
Try to use , character instead of the ;
It should work with , character also.
Here is what I have in the variable: <1>a@a.com;b@b.com;c@c.com</1>
And here is what the log file says:
17/03/2014 16:09:55 [main] ERROR com.smartwish.documentburster.scripting.Scripting - Error happened for burst token: 863, file path: ... . Processing will continue since 'failJobIfAnyDistributionFails' configuration is 'false'.
java.lang.Exception: Invalid email address 'a@a.com?b@b.com?c@c.com' found for the token '863'!