Exporting SD data to a csv file

A program that converts the tags on an SD file to csv format. The output has on the first line the molecule title, followed by all the unique tags found in the input database.

Example

prompt > sdf2csv.py input.sdf output.csv

Code

Download code

sdf2csv.py

See also