go to post Rubén Larenas · Jan 9, 2023 Using Embedded Python is quite more simple Method XML2JSON(iXml As %String) [ Language = python ] { import xmltodict, json #; print(iXml) obj = xmltodict.parse(iXml) return(json.dumps(obj)) }PythonPython Just need install .\irispip.exe install xmltodict
go to post Rubén Larenas · Nov 22, 2021 Hi Sandeep JDBC driver and Spark Connector are available since 2018 versions (Here and Here) Hope it helps.
go to post Rubén Larenas · May 14, 2021 Hello Ankur, in your inbound Bussiness Service you must set the "ACK Mode". default it's "Never"
go to post
Using Embedded Python is quite more simple
Method XML2JSON(iXml As %String) [ Language = python ] { import xmltodict, json #; print(iXml) obj = xmltodict.parse(iXml) return(json.dumps(obj)) }
Just need install
.\irispip.exe install xmltodict
go to post
Hi Sandeep
JDBC driver and Spark Connector are available since 2018 versions (Here and Here)
Hope it helps.
go to post
That's Really Awesome! Thanks for the information!
go to post
Hello Ankur, in your inbound Bussiness Service you must set the "ACK Mode". default it's "Never"