![]() |
TextFilesToSDFiles.pl - Generate SD files from CSV or TSV TextFile(s)
TextFilesToSDFiles.pl TextFile(s)...
TextFilesToSDFiles.pl [-h, --help] [--indelim comma | semicolon] [-l, --label yes | no] [-o, --overwrite] [-r, --root rootname] [-w, --workingdir dirname] TextFile(s)...
Generate SD files from CSV or TSV TextFile(s). The new SD files contain no structure data as indicated by empty structure data block; Data fields and values in SD files are generated using TextFile(s) column labels and corresponding data values.
Multiple TextFile(s) names are separated by space. The valid file extensions are .csv and .tsv for comma/semicolon and tab delimited text files respectively. All other file names are ignored. All the text files in a current directory can be specified by *.csv, *.tsv, or the current directory name. The --indelim option determines the format of TextFile(s). Any file which doesn't correspond to the format indicated by --indelim option is ignored.
To generate NewSample1.sdf file from Sample1.csv file, type:
To generate NewSample1.sdf file from Sample1.tsv file which doesn't contain column labels line, type:
JoinTextFiles.pl, MergeTextFiles.pl, ModifySDFilesDataFields.pl, ModifyTextFilesFormat.pl
Copyright (C) 2004-2008 Manish Sud. All rights reserved.
This file is part of MayaChemTools.
MayaChemTools is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 3 of the License, or (at your option) any later version.