Roy Tang
Roy Tang

Reputation: 5761

Marklogic Roxy and Template Driven Extraction

Does Roxy have support for deploying templates for use with Marklogic 9's Template Driven Extraction?

Upvotes: 0

Views: 52

Answers (1)

grtjn
grtjn

Reputation: 20414

It is not built-in yet. We have a Support for TDE ticket to track the need for this. Please raise a flag there to push its priority.

You can get there fairly easily with some deploy/app_specific.rb tweaking though. You could either drop such templates in the schemas/ folder, and then run extra code afterwards to apply the correct collection. Or write code that uploads each file, and inserts them with the appropriate tde functions.

HTH!

Upvotes: 3

Related Questions