public class ExtractRowsViaTemplate
extends java.lang.Object
This cook book example queries the Marklogic database for documents in the
employees directory and applies a template to the documents retrieved and
extract the name and salary of the employees. This cookbook example prints
out the row to standard output but it can be combined with
WriteRowToTableauConsumer from ml-javaclient-util respository
(https://github.com/marklogic-community/ml-javaclient-util) to write the row
to a Tableau TDE (Tableau Data Extract) file.