We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ea18eca commit 079b286Copy full SHA for 079b286
README.md
@@ -328,9 +328,11 @@ The space used by the headers should not be mentioned in the copybook if this op
328
Mainframe data often contain only one root GROUP. In such cases such a GROUP can be considered something similar to XML rowtag.
329
Cobrix allows either to collapse or to retain the GROUP. To turn this on use the following option:
330
331
-```
+```scala
332
.option("schema_retention_policy", "collapse_root")
333
+```
334
or
335
336
.option("schema_retention_policy", "keep_original")
337
```
338
0 commit comments