The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

csv2sh - converts Comma Separated Variables into Shoebox/Toolbox

SYNOPSIS

  csv2sh [-o file] [-u] infile

    -o file     Optional output file otherwise output goes to stdout
    -u          Assume file is in Unicode (so ignore BOM, etc.)

DESCRIPTION

csv2sh reads a comma separated variables file, as output from a spreadsheet and converts it into standard format markers. The marker names (without \) are assumed to be the column headers. Blank lines are ignored.