pub.csp.search:createMetadataMap
Translates the key-value pairs in the supplied IData of an Integration Server document into a HashMap called metadataMap. This output can be used as input to other services in the package, such as createContentID, addFile, and updateFile.
Input Parameters
metadata | IData IData is expressed in key-value pairs |
Output Parameters
metadataMap | HashMap <String,String> Contains a collection of key-value pairs that represent the supplied IData of an IS document. |