Forum Discussion
vaidyarm
7 years agoContributor
for this logic :
Date.parse(“2019-08-09T06:51:07.000”).minusDays(1).toLocaleDateString()+“T00:00:00.000”
error :
Could not compile expression: Date.parse(“2019-08-09T06:51:0 … (Reason: Invalid token: ‘“’ for expression: Date.parse(“2019-08-09T06:51:0 …; Resolution: Please check expression syntax)
attached are screenshots.
cjhoward18
7 years agoEmployee
The quotes you have copied and pasted into the mapper are invalid quote characters.
Please delete the quotes and retype them in the mapper and the expression will work as expected.