NAME
Sweet::File::CSV
SYNOPSIS
my $csv = Sweet::File::CSV->new(
path => '/path/to/file.csv'
);
INHERITANCE
Inherits from Sweet::File::DSV
.
ATTRIBUTES
separator
Separator defaults to ,
.
Sweet::File::CSV
my $csv = Sweet::File::CSV->new(
path => '/path/to/file.csv'
);
Inherits from Sweet::File::DSV
.
Separator defaults to ,
.