Parse a SDF file
((string | ArrayBuffer | Uint8Array))
SDF file to parse
(object
= {}
)
Name | Description |
---|---|
options.include Array<string>?
|
List of fields to include |
options.exclude Array<string>?
|
List of fields to exclude |
options.filter Function?
|
Callback allowing to filter the molecules |
options.dynamicTyping boolean?
|
Dynamically type the data |
options.modifiers object?
|
Object containing callbacks to apply on some specific fields |
options.mixedEOL boolean
(default false )
|
Set to true if you know there is a mixture between \r\n and \n |
options.eol string?
|
Specify the end of line character. Default will be the one found in the file |