home recent topics recent posts search faq  

RC-WinTrans Forum



register | lost password | |
Messages in this topic - RSS

Home » RC-WinTrans Support » JSON converter error

For support issues and specific questions related to RC-WinTrans' use, features and functions.
20.09.2024 12:58:52

lakuda
lakuda
Posts: 36
Hello,
When trying to open a JSON file with this structure:

{
"DataSet": {
"Objects": [
{
"ObjectName": "Object1",
"VisibleName": "Name1",
"GroupName": ""
},
{
"ObjectName": "Object2",
"VisibleName": "Name2",
"GroupName": "",
"Reacts": [
{
"ReactName": "React1",
"ReactDescription": "Desc1",
"IsReactTrue": false
},
{
"ReactName": "React2",
"ReactDescription": "Desc2",
"IsReactTrue": false
}
],
"Events": [
{
"EventName": "Event1",
"EventDescription": "Desc1",
"IsSEnabled": false,
"IsNDisabled": false,
"IsPDisabled": false,
"IsWLEnabled": false
},
{
"EventName": "Event2",
"EventDescription": "Desc2",
"IsSEnabled": false,
"IsNDisabled": false,
"IsPDisabled": false,
"IsWLEnabled": false
},
{
"EventName": "Event3",
"EventDescription": "Desc3",
"IsSEnabled": false,
"IsNDisabled": false,
"IsPDisabled": false,
"IsWLEnabled": false
}
]
},


we are getting an error:

System.Exception: JSON parser error. Syntax error in file (!?)
at JSONConv.JSONConverter.JSON2XLIFF(String DFMSrcFile, String XLIFFFile, String LangCode, CRCTXLIFFDoc& XlfDoc)
Error (402): Conversion tool: FileConverter_JSON.Converter.FormatFileToXliff, Exit code: 5376
Failed.
0 permalink
20.09.2024 18:48:52

Support
Support
Administrator
Posts: 245
Hello lakuda !

We will check this.

Regards,
Werner
Support Schaudin.com
0 permalink
25.09.2024 21:15:47

Support
Support
Administrator
Posts: 245
Hello lakuda !


Our JSON file reader cannot read array definitions.


"Objects": [
….
]


I'm very sorry, but we cannot update the JSON reader in
near future to fix this.


Regards,
Werner, Support Schaudin.com
0 permalink

Home » RC-WinTrans Support » JSON converter error





Powered by AspNetForum 6.9.6.0 © 2006-2010 Jitbit Software