I am planning to use Nifi marklogic processor to ingest documents from my s3 bucket .
- Is putMarklogic underneath using MLCP ?
- Can it take all the MLCP options for eg:
aggregate_record_namespaceortransform_moduleortransform_namespaceortransform_param - If not, what are my options, is it writing custom processor which underneath use MCLP, as I love the flexibility that MLCP gives :)
As you can see I am planning to call my DHF input flow.. so after looking at the code I think I can set the transform:ml:inputFlow and other transform parameters to be prefixed with trans:.. is this correct ?
how do I do the mlcp aggregates and aggregate_record_element and aggregate_record_namespace.. as I am loading .xml.gz files with multiple xml files.. or my only option is to break them to individual files
mlcpusingDataMovementManager.. basically I want a huge xml into multiple xml records which will be stored as xml documents in ML.. each aggregated xml is multiple gigs..mlcphandles this.. How to do the same usingDataMonvementManager- Ravi