User bio
404 bio not found
Member since May 5, 2021
Posts:
Replies:
That's Really Awesome! Thanks for the information!
Certifications & Credly badges:
Rubén has no Certifications & Credly badges yet.
Global Masters badges:
Rubén has no Global Masters badges yet.
Followers:
Following:
Rubén has not followed anybody yet.
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