Next: The mmjco Utility: Tunnel
Up: Utility Programs
Previous: Utility Programs
Contents
Index
The csvtoraw Utility: CSV to Rawfile Conversion
This program will convert a space/comma separated file to a rawfile.
Usage: csvtoraw [filename]
Output goes to the standard output channel. Input is taken from the
file if a name was given, otherwise from standard input.
A ``csv'' (comma-separated values) file is assumed to have a form as
described below.
- Any lines that start with white space or a comment character
ahead of the header line are ignored. Comment characters are *#!
.
- The header line contains a number of words, space and/or comma
separated, these are the vector names. If they contain a comment
character or comma the word should be double-quoted.
- Lines that follow are ignored if the first non-space character is
a comment character, comma, or the line is blank.
- Otherwise the lines should contain the same number of numbers as
words in the header line. Any number format as used in WRspice
is fine, numbers are separated by spaces and/or commas.
- The leftmost logical column will be taken as the scale vector.
Next: The mmjco Utility: Tunnel
Up: Utility Programs
Previous: Utility Programs
Contents
Index
Stephen R. Whiteley
2024-10-26