package dbf
DBF format parsing
Install
Dune Dependency
Authors
Maintainers
Sources
0.1.tar.gz
md5=93a112845c4415e08c0a9f42b0b0fd7a
sha512=a72f1986508a4205a0580ecbda2bfa6ccbee9eecd031c00c2bf8f30c2fc43afef0d50bc94fa5c58038bec94ab6b71fe0d769960cf99ed42a1d7bca43474d4faf
doc/dbf/Dbf/index.html
Module Dbf
Sources:
- https://www.dbf2002.com/dbf-file-format.html
- https://formats.kaitai.io/dbf/index.html
- https://en.wikipedia.org/wiki/.dbf
type file_type =
| FoxBASE
| FoxBASE_plus_Dbase_III_plus_no_memo
| Visual_FoxPro
| Visual_FoxPro_autoincrement_enabled
| Visual_FoxPro_with_field_type_Varchar_or_Varbinary
| DBASE_IV_SQL_table_files_no_memo
| DBASE_IV_SQL_system_files_no_memo
| FoxBASE_plus_dBASE_III_PLUS_with_memo
| DBASE_IV_with_memo
| DBASE_IV_SQL_table_files_with_memo
| FoxPro_2_x_or_earlier_with_memo
| HiPer_Six_format_with_SMT_memo_file
type field = {
field_name : string;
field_type : field_type;
field_length : int;
field_decimal_count : int;
field_system_column : bool;
field_column_can_store_null : bool;
field_binary_column : bool;
field_column_autoincrementing : bool;
}
val of_file : string -> (t, parser_error) result
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>