Skip to content

Commit 079b286

Browse files
committed
README fixup
1 parent ea18eca commit 079b286

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -328,9 +328,11 @@ The space used by the headers should not be mentioned in the copybook if this op
328328
Mainframe data often contain only one root GROUP. In such cases such a GROUP can be considered something similar to XML rowtag.
329329
Cobrix allows either to collapse or to retain the GROUP. To turn this on use the following option:
330330

331-
```
331+
```scala
332332
.option("schema_retention_policy", "collapse_root")
333+
```
333334
or
335+
```scala
334336
.option("schema_retention_policy", "keep_original")
335337
```
336338

0 commit comments

Comments
 (0)