[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#719840: csvtool: Recognize "`" as an input separator char, or say it fails in --help



Package: csvtool
Version: 1.3.0-3
Severity: normal


Thank you for maintaining csvtool.

I use it.

I happened to notice that, at least for me, it
does not seem to recognize the ` character as an
input separator.

For example:

    $ echo 'a`b' | csvtool -t \` col 2

returns nothing.

If you happen to agree that this is a problem,
maybe csvtool could be improved by either

    a.) recognizing the ` character as an input
        separator, or

    b.) saying ` won't work in the output of the
        --help option.

For what it's worth, a work around is

    $ echo 'a`b' | awk -F \` -v column=2 '{ print $column }'

Thanks,
Kingsley

    


-- System Information:
Debian Release: wheezy/sid
  APT prefers unstable
  APT policy: (990, 'unstable'), (1, 'experimental')
Architecture: i386 (i686)

Kernel: Linux 3.0.0-1-686-pae (SMP w/2 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages csvtool depends on:
ii  libc6                         2.17-1     Embedded GNU C Library: Shared lib

csvtool recommends no packages.

csvtool suggests no packages.

-- no debconf information


Reply to: