...
This can be achieved using non-public script functions:
Code Block | ||
---|---|---|
| ||
//Initial to generate the mapping importer.initializeChannelNameUnitMapping(); //Get mapped name for the individual channel header String mappedName = importer.mapUnitAndGetTargetName(channelHeader, jbDataObjectIF.DOUBLE_CHANNEL); |
so far, let the 2nd parameter (DOUBLE_CHANNEL
) unchanged
With this information, the initial script (especially the if-condition at the end) can be extended.