OptionaldynamicWhen true, numeric string values are automatically converted to numbers.
OptionaleolEnd-of-line character. Auto-detected from the file content when not set.
OptionalexcludeExclude fields whose names appear in this list.
When combined with include, the field must satisfy both constraints.
OptionalfilterA predicate function to filter molecules. Only molecules for which this
function returns true are included in the result.
OptionalforCallback functions called for each field value. The callbacks are stored on the label info and available in statistics.
OptionalincludeOnly include fields whose names appear in this list.
When combined with exclude, the field must satisfy both constraints.
OptionalmixedWhen true, normalises all \r\n and \r sequences to \n before
parsing. Useful for SDF files with mixed or Windows-style line endings.
OptionalmodifiersModifier functions applied to field values after parsing. The function
receives the raw string value and may return a transformed value. Returning
undefined or null removes the field from the molecule.
Options for the parse function.