Skip to content

Commit c0fc92a

Browse files
committed
#744 Update README of the new feature.
1 parent 642006c commit c0fc92a

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

README.md

+7
Original file line numberDiff line numberDiff line change
@@ -485,6 +485,13 @@ If the record field contains a string that can be mapped to a record size, you c
485485
.option("record_length_map", """{"SEG1":100,"SEG2":200}""")
486486
```
487487

488+
You can specify the default record size by defining the key "_":
489+
```
490+
.option("record_format", "F")
491+
.option("record_length_field", "FIELD_STR")
492+
.option("record_length_map", """{"SEG1":100,"SEG2":200,"_":100}""")
493+
```
494+
488495
### Use cases for various variable length formats
489496

490497
In order to understand the file format it is often sufficient to look at the first 4 bytes of the file (un case of RDW only files),

0 commit comments

Comments
 (0)