NAME

Text::CSV::Auto::Plugin::ExportToCSV - Provides a direct interface from Text::CSV::Auto to export to a CSV.

SYNOPSIS

use Text::CSV::Auto;
my $auto = Text::CSV::Auto->new('path/to/file.csv');
$auto->export_to_csv(
    file => 'path/to/new_file.csv',
);

DESCRIPTION

This Text::CSV::Auto plugin provides a simple interface to Text::CSV::Auto::ExportToCSV.

METHODS

export_to_csv

All arguments are passed directly on to Text::CSV::Auto::ExportToCSV.

AUTHOR

Aran Clary Deltac <bluefeet@gmail.com>

LICENSE

This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.