Forum Discussion
pavan44
7 years agoNew Contributor III
Hi Matt,
You can try with the below expression in your mapper. Hope this helps
Date.parse(“20170617 125254”,“yyyyMMdd hhmmss”).toLocaleDateTimeString({“format”:“yyyy-MM-dd hh:mm:ss”})
The output value will be
Matt
7 years agoNew Contributor
Hey Pavan,
Thank you for the reply, I just have a quick question. If I have a input scheme for example $DATE that’s bringing in data, would I just replace “20170617 125254” with the schema?
- j_angelevski4 years agoContributor III
Hi @Pretty,
Which field do you want to dynamically pass to the REST Get snap ?
- Pretty4 years agoNew Contributor III
@j.angelevski
This is URL passing in rest get snap
https://elastic.snaplogic.com/api/1/rest/public/runtime/org ?client name= comm@snaplogic.com
but I have n number of client name which we are passing in child pipeline
how can we call all the client name dynamically