Migration to the Cobol Reader/Writer - 7.3

Talend Data Mapper User Guide

Version
7.3
Language
English
Product
Talend Big Data Platform
Talend Data Fabric
Talend Data Management Platform
Talend Data Services Platform
Talend MDM Platform
Talend Real-Time Big Data Platform
Module
Talend Studio
Content
Design and Development > Designing Jobs
Last publication date
2023-01-05

Since 7.1, Talend Data Mapper features a complete rework of the Cobol Reader/Writer. If you wish to migrate to the latest version of the Cobol representation, check the implementations.

Numeric control

The controls on numerics, particularly packed decimals, are now tighter. This implementation may result in failing maps. To fix this issue, new Cobol properties are introduced - Pad decimals on read with leading zeroes, Allow spaces for packed decimals, Allow any character in display decimals. For more information, see Cobol representation properties.

Byte array or Input stream

The Cobol reader only accepts either a byte array or an input stream. If you connect a tFileInputRaw set to read data as String and connect a ttHMap with a Cobol Reader configuration, this raises an exception.

Note: The non-Eclipse runtime support is unavailable for tHConvertFile and cMap.