DataWeave Tips and Tricks with List & Map Properties and Lookup

Поділитися
Вставка
  • Опубліковано 16 гру 2024

КОМЕНТАРІ • 17

  • @goldentech1428
    @goldentech1428 3 роки тому

    Thanks Siva for the video. I created a configuration file in global elements of the flow. It works fine. Is there any other way you can tell the flow to pick up the properties file. Thanks

  • @vasm510
    @vasm510 3 роки тому

    Thank you Siva!!! Nice Video....You have mentioned there is another video where you have handled multiple list && multiple key-value pair...could you please share that video link?

  • @mohanbapuji
    @mohanbapuji 4 роки тому

    Hi Siva
    would you please clarify about declaring variable "cityCountryProperty" in the "Set-List" transform. you have declared that variable and seems to have not utilized it in the 2nd transform or elsewhere. I didn't get that.
    Thanks for the session

  • @prasanthkarapakula8459
    @prasanthkarapakula8459 4 роки тому

    Not able to find springframework package in mule

  • @manikantaadabala3122
    @manikantaadabala3122 4 роки тому

    Thanks Siva....please upload a video on calling a flow by using dataweave

  • @mangogirl4008
    @mangogirl4008 4 роки тому

    Thanks Siva for sharing the valuable info of Dataweave. Keeps it up.

  • @syerramilli
    @syerramilli 4 роки тому

    Hi Siva, I think I didn't capture how to add springframework package to the project. I am getting unable to resolve

    • @sivathankamanee-channel
      @sivathankamanee-channel  4 роки тому

      Hi Syam - I have mentioned the Pom dependency as a link in the description. Please use it and add into Pom file.

  • @rakesh20077044
    @rakesh20077044 4 роки тому

    Can we write complex dataweave expressions in properties file ?

  • @venkateswarreddyakula2103
    @venkateswarreddyakula2103 4 роки тому

    Hi Sir,
    i am getting this error could you please help on this please
    "Script '%dw 2.0
    output application/java
    import java!org::springframework::util::StringUtils
    ---
    StringUtils::delimitedListToStringArray(p('city.list'),",") ' has errors:
    Unable to resolve module with identifier org::springframework::util::StringUtils. at 3 : 3" evaluating expression: "%dw 2.0
    output application/java
    import java!org::springframework::util::StringUtils
    ---
    StringUtils::delimitedListToStringArray(p('city.list'),",")".

  • @ravisoft1
    @ravisoft1 4 роки тому

    Good one Siva

  • @shankarduggirala9831
    @shankarduggirala9831 4 роки тому

    HI sir. iam new learner, iam watching your videos and prapering for interviews.if it is possible please explain how to create flow also, thank you sir. i understood the class but in my flow i confused in transform message.actually it did not transform the msg where is the problem sir tq

  • @venkateswarreddyakula2103
    @venkateswarreddyakula2103 4 роки тому

    this is my properties file data
    city.list = chennai,Banglore,Hyderabad,Pune,Kolkata,Srinagar
    city.state.map = #[["Chennai":"TN","Banglore":"Karnataka","Hyderabad":"TS","Pune":"Maharastriy","Kolkata":"PashimBengal","Srinagar":"Jammu&Kashmir"]]
    http.port = 8082
    http.path = almp
    http.method = get