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
@ipauler the intent of this ticket is to build this function in the core of JSONata. Most transformation languages I have worked with have similar functions built-in.
E.g., DataWeave does this now: https://docs.mulesoft.com/dataweave/latest/dw-core-functions-uuid
That is only one of many. The recommended goal is to make JSONata more 'enterprise-grade'.
#390 discusses the challenge, but the core issue was solved therefore that could be closed an a new issue to focus on that be created.
The use case: while iterating in a map, a new uuid needs to be generated and assigned to a property for each array entry.
The text was updated successfully, but these errors were encountered: