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
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
There is only XML fitting in my code but the output has a lot of necessary characters in output and there is an error in debug mode,
importScripts('https://eee-prod-ca-central-1-extensions-public-prodtestca.s3.amazonaws.com/all-accounts/Ellucian/data-connect-designer/4.27.4/worker-json.js');
input Json is following,
{
"student":
{ "name":
"John Smith",
"id": "100",
"courses": ["English", "Spanish"]
}
}
template is following:
${source.name} ${source}output is following:
[
"",
"<Root",
">",
"<Student",
" id="100"",
">",
"<Name",
">",
"John Smith",
"",
"<Course",
">",
"English",
"",
"<Course",
">",
"Spanish",
"",
"",
""
]
Beta Was this translation helpful? Give feedback.
All reactions