logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

dst2csv - Convert DST record files to CSV

Author

       James Watson <jimwatson at mac dot com>.

Description

       This  is a small utility to convert the binary record file produced when performing distance calculations
       to a CSV file for further processing.
       Distance calculations are triggered by performing by using the filenames voacapd.dat and voacapd.out  for
       voacap input/output files. e.g.
       voacapl ~/itshfbc voacapd.dat voacapd.output

Environment

       dst2csv does not make use of any environment variables.

Examples

       dst2csv
       Creates a CSV files (voacapd.csv) using the values found in the voacap.dst and voacapd.idx files  located
       in the current working directory.
       dst2csv my_directory
       Creates  a  CSV files (my_directory/voacapd.csv) using the values found in the voacap.dst and voacapd.idx
       files located in the directory 'my_directory'.

Files

voacapd.dstvoacapd.idx
              dst2csv requires access to the dst and corresponding index (.idx) files to run.

Name

       dst2csv - Convert DST record files to CSV

Options

       dst_directory
              The  location  of the .dst file and corresponding .idx file.  The output csv file is saved in this
              directory.  If this parameter is not specified, the current working directory will be used.

See Also

       www.voacap.com

Linux                                               SEO 2013                                          VOACAPL(1)

Synopsis

dst2csvdst2csvdst_directory

See Also