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

NAME

ETL::Yertl::Format::csv - CSV read/write support for Yertl

VERSION

version 0.034

ATTRIBUTES

format_module

The module being used for this format. Possible modules, in order of importance:

Text::CSV_XS (any version)
Text::CSV (any version)

METHODS

write( DOCUMENTS )

Convert the given DOCUMENTS to CSV. Returns a CSV string.

read()

Read a CSV string from input and return all the documents.

AUTHOR

Doug Bell <preaction@cpan.org>

COPYRIGHT AND LICENSE

This software is copyright (c) 2016 by Doug Bell.

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