Hi,
I have passed a json string [in key value format] to the JSON VBO action "JSON to Collection" which converts json string into a datatable. It's giving the following error:
Internal : Could not run the object because one of the code stages has a compile error, use Check for Errors for a list of problems
I checked the code stage of the vbo and the function "ConvertToDataTable()" which the VBO uses for convertion is present in the Global Code tab in the Initialize page. You can rule out the issue of incorrect parameters(or data type) being passed. In the error list , here's what's given:
Page: Initialize
Stage:1
Error: Could not find library Newtonsoft.json.dll
Page:Initialize
Stage:1
Error:Compiler initialization failed unexpectedly.The system cannot find the file specified.
So I checked the Initialize page and in the Code Option tab, the library is there in the External Refernces block already. Am I missing something? ... Any help/suggestion to resolve the issue is appreciated.
thanks