我想知道是否可以让正在加载的文档的 uri 从聚合 xml 中的 xml 标记属性中提取?
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<trialRecordsOutput>
<serviceExecutionTime>427</serviceExecutionTime>
<Trial id="10006">...<Trial>
<Trial id="123456">...<Trial>
</trialRecordsOutput>
在上面的示例中,我将每个文档提取<Trial>
为单独的文档,并且我希望文档 uri_id 成为标签中的属性id
,<Trial>
这可能吗?以下是我的 mlcp 选项示例
-input_compressed
true
-input_compression_codec
gzip
-input_file_type
aggregates
-output_permissions
rest-reader,read,rest-writer,update
-output_uri_prefix
/cortellis/trial/
-output_uri_suffix
.xml
-aggregate_record_element
Trial
-uri_id
__XXXX How to specify XML attribute XXXX__
-transform_module
/com.marklogic.hub/mlcp-flow-transform.xqy
-transform_namespace
http://marklogic.com/data-hub/mlcp-flow-transform
-transform_param
"entity-name=trial,flow-name=input-trial,flow-type=input,job-id=trial_initial_load"