NAME
ETL::Yertl::Command::yto - Write documents to a format like JSON or CSV
VERSION
version 0.036
SYNOPSIS
### On a shell...
$ yto [-v] <format> [<file>...]
$ yto [-h|--help|--version]
### In Perl...
use ETL::Yertl;
yto( '<format>', '<filename>', { verbose => 1 } );
DESCRIPTION
ARGUMENTS
OPTIONS
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.