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
My Data is
{
"title": "title1",
"description": "description1",
"blog": "This is a blog.",
"date": "11/4/2013"
}
My Expression is
{
"data":{
"date":date,
"text":blog
},
"name":title,
"description":description
}
It is not working since the expression is formatted and has \r\n.
If I give expression as single line minified, It works.
Can you advise how to work with formatted expression that has JSON Path and static string to transform a valid JSON.
The text was updated successfully, but these errors were encountered:
Rajanusa
changed the title
JSON Transformation fails when expression static string and JSON Path formatted and more than a single line
JSON Transformation fails when expression has static string and JSON Path formatted more than a single line
Sep 17, 2019
Hi,
My Data is
{
"title": "title1",
"description": "description1",
"blog": "This is a blog.",
"date": "11/4/2013"
}
My Expression is
{
"data":{
"date":date,
"text":blog
},
"name":title,
"description":description
}
It is not working since the expression is formatted and has \r\n.
If I give expression as single line minified, It works.
Can you advise how to work with formatted expression that has JSON Path and static string to transform a valid JSON.
The text was updated successfully, but these errors were encountered: