Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有一组分隔文本文件存储在本地文件系统的目录中。我想使用 mlcp 将所有这些分隔的文本文件摄取到 marklogic 中。
在摄取时,我正在对输入内容进行一些转换,以在每个摄取的文档中创建一个新字段,其值将是其源文件名。这样做的目的是根据不同的文件源对摄取的文档进行分类。为此,我想将输入文件名传递给转换模块。
有什么办法可以做到这一点吗?
您可以:
-transform_param=$filename
map:get($content, "uri")
!