multi copybook or not
- Lingua principale
- Scala
- Stelle
- 170
- Fork
- 96
- Merge medio
- 57m
- PR unite (30g)
- 2
Descrizione
I have a copybook which has multiple 01 levels. Can this copy book is parsed as variable length.
can I parse like below
cobolDataframe = spark
.read
.format("cobol")
.option("copybook", v_copybook)
.option("schema_retention_policy", "collapse_root") //removes the root record headerc
.option("drop_group_fillers", "false")
.option("generate_record_id", false) // this adds the file id and record id
.option("is_record_sequence", "true") // reader to use 4 byte record headers to extract records from a mainframe file
.option("is_rdw_big_endian", "true")
//.option("is_rdw_part_of_record_length", false)
.option("rdw_adjustment", -4)
.load(v_data)
Please confirm.
After parsing I am not getting correct parsed data.
Guida per i contributori
Nessuna guida per i contributori indicizzata per questo repository
Valutazione
Questa issue non è ancora stata valutata.