Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

JSON Transformation fails when expression has static string and JSON Path formatted more than a single line #72

Open
Rajanusa opened this issue Sep 17, 2019 · 0 comments

Comments

@Rajanusa
Copy link

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.

@Rajanusa 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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant