Hi guys,
I've this problem when I import json tags that send me from my company in another country. What's the best way to import or convert these json tags?
Thank you!
Hi guys,
I've this problem when I import json tags that send me from my company in another country. What's the best way to import or convert these json tags?
Thank you!
I would suspect the file was truncated or corrupted in transmission.
Make sure you can display it correctly from some json reader software(VS code or just online tools), then save as a new file.
I am getting this same error message also trying to import tags into ignition edge. It appears to be related to the size of the json file. The import works great with small files 50kB but not for 100kB files. I have the file open in a text editor so know the file is not truncated.
Found that it has to do with the character encoding. Seems to work fine for 4.5 MB file with UTF-8 encoding.