kalvn's links
Tag cloud
Picture wall
Daily
RSS Feed
  • RSS Feed
  • Daily Feed
  • Weekly Feed
  • Monthly Feed
Filters

Links per page

  • 20 links
  • 50 links
  • 100 links

Filters

Untagged links
3 results tagged dataweave  ✕
DataWeave Recipe: Adding days to a date with the input provided as an integer https://www.atpeaz.com/dataweave-recipe-adding-days-date-input-provided-integer/
03/09/2018 10:57:37

Ajouter une période dynamiquement à partir d'un paramètre ou d'une entrée de l'utilisateur.

%dw 1.0
%output application/json
---
{   
  added: (|1900-01-01| + ("P" ++ flowVars.dayAdd as :string ++ "D") as :period)
}
dataweave mule date
DataWeave: Tips and tricks from the field | Kloud Blog https://blog.kloud.com.au/2016/10/12/dataweave-tips-and-tricks-from-the-field/
30/01/2018 16:59:18

De très bonnes choses à connaître pour éviter les mauvaises surprises avec le DataWeave.

dataweave mule
How to Reuse DataWeave Code | MuleSoft Blog https://blogs.mulesoft.com/dev/training-dev/how-to-reuse-dataweave-code/
30/08/2017 15:14:59
mule esb dataweave
3845 links, including 129 private
Shaarli - The personal, minimalist, super fast, database-free, bookmarking service by the Shaarli community - Theme by kalvn