NAME
DBIx::DataModel::Schema::ResultAs::File_tabular - write rows in a tabular file
SYNOPSIS
$source
->
select
(...,
-result_as
=> [
file_tabular
=>
$file_name
, \
%options
]);
DESCRIPTION
Writes all rows into a flat file through the File::Tabular module.