Ruslan Yushchenko

Results 270 comments of Ruslan Yushchenko

Hi @suryagits , 1. Yes, purely formatting use cases. 2. BBBs can be used at the beginning and in the middle of a number, for example `999B999` can be used...

Hi @suryagits , this is very strange. Could you please add this option: ```scala .option("debug", "true") ``` and send an example of correct values and incorrect values for the column...

Unpacking `.gz` is not supported at the moment, you need to decompress and point Cobrix to uncompressed binary files.

Hi @sobhaw , please share options you pass to 'spark-cobol', and the copybook, if possible. `Array index out of bounds` error should not be happening in any circumstance.

There are multiple ways to read variable record length file depending on the way to determine the length of each record. From your description looks like record lengths can be...

Please, send all options you are passing to spark-cobol.

Yes, usually is is done by combining multiple copybooks into one like this: ```cobol 01 RECORD. 02 HEADER X(4). 02 COPYBOOK_1_RECORD. 04 FIELD1 X(1). ... 02 COPYBOOK_2_RECORD REDEFINES COPYBOOK_1_RECORD. 04...

Hi @jmiguelsousa, Thanks a lot for the question! Actually we have a similar requirements in one of our use cases. This is not supported yet, but eventually we can support...

Do you also need to keep both the converted field and the raw field. Or in your case you just need to have the raw field? Btw, while thinking about...

Hi @pinakigit , > - Support for the CP037 extended code page This is already in master, will be released this week. > - Support for VB (Variable Block) files...