Created
July 17, 2019 16:33
-
-
Save prestonmcgowan/bb728054f5c287629225db3f401b9787 to your computer and use it in GitHub Desktop.
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
// Use VSCode with mlxprs or MarkLogic Query Console | |
let tdeDirectory = cts.uriMatch("/tde/*.tdex").toArray(); | |
tdeDirectory.map( u => { | |
let tdex = cts.doc(u); | |
return { u, valid: tde.validate([tdex]) }; | |
}); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment