Processor definition

About this task

In IBM® WebSphere® Multichannel Bank Transformation Toolkit version 5.2, the processor definition is as follows:
<kColl id="processors">
    <procDef id=".." value=".." path=".."/>
    ....
</kColl>
After you migrate to WebSphere Multichannel Bank Transformation Toolkit version 8.0, the processor definition is changed to the following:
<kColl id="processors">
    <kColl id="files">
        <procDef id=".." value=".." path=".."/>
        ....
    </kColl>
    ....
</kColl>