sree018
sree018
Hi @yruslan I have text format multi-header and multi segmented files there. spec: header-1 details-1 header-2 details-2 . . . header-n details-n each header length different, by using custom record...
Hi @yruslan In multi-segment copybook, Each header value is different, and the length of the header and detail is different. header-1 details-1 header-2 details-2 . . . header-n details-n I...
In this example, my source file is not parseable directly, So I converted the file in parseable format and followed the below example. val df = spark .read .format("cobol") .option("copybook_contents",...
will you support multi-segment_field like .option("segment_field", "SEGMENT_ID1,SEGMENT_ID2") ?
Sorry for late response, Question no:#521
Hi @yruslan , I am using cobrix 2.6.3 version and please see cobrix options  Please let me know, how to optimize job?
Hi @yruslan Due to security reasons, I can’t publish copybook here, but file 200 bytes fixed length with 100 multi segments, I grouped to 8 segments, under 8 segments secondary...
Hi @baskarangit, Please use below options for your file record_format=VB is_rdw_big_endian=true rdw_adjustment=-4 bdw_adjustment=-4 is_bdw_big_endian=true variable_size_occurs=true
@baskarangit I received similar file from Fiserv system and able parse it in our systems. file characteristics record_format=VB is_rdw_big_endian=true rdw_adjustment=-4 bdw_adjustment=-4 is_bdw_big_endian=true variable_size_occurs=true I found a copybook which similar to...
comments_ubound=120