It is possible to load text-only documents in VAIL using the built-in procedure getDocument(“myDocument.txt”). The return value will be a string containing the text of the document.
Other document types, like image, video and audio have no native representation in VAIL currently, so you can only interact with them through the REST API. We’re looking at adding support for these document types in the future.
Viewing 2 posts - 1 through 2 (of 2 total)
- You must be logged in to reply to this topic.
Is it possible to load a document into a VANTIQ variable and manipulate it?