InterSystemsDev via @like
%DOC with DeepSee #InterSystems #DeepSee #DocumentDataModel #NoSQL
https://community.intersystems.com/post/doc-deepsee
https://community.intersystems.com/post/doc-deepsee
InterSystems Developer Community
%DOC with DeepSee
Hello,I have imported my data with the following code (%DocDB).set filename = "/home/student/Dokumente/convertcsv.json"IF $SYSTEM.DocDB.Exists("Fitabase1") { SET db = ##class(%DocDB.Database
InterSystemsDev via @like
How to import #JSON formatted data from my #API to my docDB? #HowTo #InterSystemsIRIS #Databases #DocumentDataModel #NoSQL
http://ow.ly/C5ej30mAK2N
http://ow.ly/C5ej30mAK2N
InterSystems Developer Community
How can i import my JSON formatted data from my API to my docDB?
Hello everyone,i want to create an iris document database with Atelier with some properties, where i can import my JSON formatted data from an API to the database which i created. Right now i know how