G
goo
Guest
You will probably have to read the xml into a temp-table via dataset, then writing it to json. Def var dsh as handle no-undo. Def var lcjson as longchar no-undo. Create dataset dsh. Dsh:read-xml(‘mempntr’,mymptr). Dsh:get-buffer-handle(1):write-json(‘longchar’,lcjson). Or Something like it 30. nov. 2018 kl. 16:53 skrev onnodehaan : Update from Progress Community onnodehaan Hi guys I have bit of a puzzle.
In an old part of our system we are saving XML-files to a temp-table as raw data. We can get it out, by copying the rawdata into a memptr. This memptr contains an XML. How can I easily convert this memptr containing XML into JSON in an elegant fashion? Hopefully you guys can help me out a bit. View online You received this notification because you subscribed to the forum. To stop receiving updates from only this thread, go here . Flag this post as spam/abuse.
Continue reading...

Continue reading...