Didier

Results 5 comments of Didier

@yruslan I am getting the same issue... Can you please share the code ?

Here is the copybook extract: ``` 012900 01 DUCTL-CYCLE-REC REDEFINES DUCTL-DETAIL-REC. 01290000 013000 05 DUCTL-CYCLE-MSG PIC X(12). 01300000 013100 05 DUCTL-CYCLE-CURR-CYCLEDT PIC X(7). 01310000 013200 05 DUCTL-CYCLE-CURR-CYCLE PIC X(5). 01320000...

@yruslan I am getting the below error when updating the copybook to COMP-3U. za.co.absa.cobrix.cobol.parser.exceptions.SyntaxErrorException: Syntax error in the copybook at line 28: Invalid input 'COMP-3U' at position 28:64

@yruslan I have upgraded spark-cobol 2.6.4 and getting this error: java.lang.NoClassDefFoundError: scala/$less$colon$less here is the command: class_poc_df = spark.read.format("cobol")\ .option("copybook",class_copybook)\ .option("record_format", "D")\ .option("schema_retention_policy", "collapse_root")\ .option("drop_value_fillers", "false")\ .load(class_data)

> Hi all, I'm facing the same issue when using RubyMine IDE. > > Config: Ruby 3.3.6, Rails 8.0.0, MySQL 8.4.0 and the mysql2 0.5.6 gem. > > I get...