Created
November 8, 2013 22:12
-
-
Save ableasdale/7378508 to your computer and use it in GitHub Desktop.
External binary support in MarkLogic
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
(: From Filesystem :) | |
xdmp:document-insert("/zip-test.zip", | |
xdmp:external-binary("C:\Users\ableasdale\Downloads\downloaded.zip") | |
) | |
(: From a Variable - it's this simple! :) | |
xdmp:document-insert("/binary", $var) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment