You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@larsga Thank you! I figured out the current problem!
Can you please tell me how I can remove the quotes?
I have an input attribute in quotes, and if I try to convert it using jslt, the value will also remain in quotes
For example:
Input JSON:
{"date": "29.02.2024"}
JSLT-Transformation:
{"date": .date}
expected output message:
{"date": 29.02.2024}
but in fact I get the value in quotes:
{"date": "29.02.2024"}
and now the date attribute is not a date, but a string?
Good afternoon! Can you please tell me how I can convert this message using jslt?
Input JSON:
The text was updated successfully, but these errors were encountered: