Converts an array of objects containing molfile to a SDF

create(molecules: any, options: Object): object
Parameters
molecules (any)
options (Object = {}) options to create the SDF
Name Description
options.strict boolean (default false) throw errors in no molfile
options.molfilePropertyName string (default "molfile") contains the name of the property containing the molfile
options.filter RegExp (default /.*\/) regular expression containing a filter for the properties to add
options.eol string (default '\n') string to use as end-of-line delimiter
Returns
object: