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

Data::TableReader::Decoder::TSV - Access rows of a tab-delimited text file

Author

       Michael Conrad <mike@nrdvana.net>

Description

       This module is a simple subclass of Data::TableReader::Decoder::CSV which supplies these defaults for the
       parser:

         parser => {
           binary => 1,
           allow_loose_quotes => 1,
           sep_char => "\t",
           escape_char => undef,
           auto_diag => 2,
         }

Name

       Data::TableReader::Decoder::TSV - Access rows of a tab-delimited text file

Version

       version 0.021

See Also