...
Code Block | ||
---|---|---|
| ||
//Initial to generate the mapping
importer.initializeChannelNameUnitMapping();
//Get mapped name for the individual channel header
(let 2nd parameter unchanged)
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.