I have found a bug when process dbf file

When the dbf file has field that field type is ‘Numeric’ and the length is ‘13’, then CloverETL Designer can not create the metadata by ‘extract from dbf file’ for this file.
Please confirm and fixed it. Thanks!

Hello,
problem was, that analyzer looked for header record terminator each 8 bytes instead whole field description (32). Unfortunately there is this byte (0xd) on the position 1616 in your file and the analyzer didn’t guess the file structure properly (dBASE Version 7 instead of FoxBASE).