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

NAME

DBIx::DataModel::Schema::ResultAs::Tsv - writes into a tab-separated file

SYNOPSIS

  $source->select(..., $result_as => [tsv => $filename]);

DESCRIPTION

Writes all resulting rows into a tab-separated flat file. Tab or newline characters within the data will be converted to spaces. If you need more control over such conversions, use DBIx::DataModel::Schema::ResultAs::File_tabular where you can specify options for File::Tabular.