Hello,
how can I update field String value after extract step?
There is no problems to update Date, Integer, Double, Boolean values.
eg.
contextVerificationObject.getField().getValue().setAsDateTime(new Date());
contextVerificationObject.getField().getValue().setAsDouble(1.0);
But setAsText method does not exist
Comments
0 comments
Please sign in to leave a comment.