Hi,
I am attempting to produce a text output file that is in JSON format. Unfortunately JSON uses the brace characters {} to enclose records. In some places the backslash is used to escape the next character but it does not seem to work on text export.
My non-working text export set up is:
{
"thumb_img": "{clientweb}/{filenamebase}_Thumb.jpg",
"full_img": "{clientweb}/{filename}",
"thumb_width": "",
"thumb_height": "",
"full_width": "",
"full_height": "",
"sourceset": "",
"alt_text": "",
"thumb_content": "{headline}",
"full_content": "{caption}",
"blackout": "",
"featured": "",
"date": "date",
"tags": "Keywords",
"href": "",
"structured_data": "",
},
Unfortunately the leading brace prevents the first variable {clientweb} from being decoded.
Any ideas?
best wishes
S