[libcatmandu-perl] 72/101: Pod
Jonas Smedegaard
dr at jones.dk
Tue Feb 23 13:43:57 UTC 2016
This is an automated email from the git hooks/post-receive script.
js pushed a commit to branch master
in repository libcatmandu-perl.
commit 16410d81d7bf5c292c2524d9d34dc16e18c81720
Author: Patrick Hochstenbach <patrick.hochstenbach at ugent.be>
Date: Thu Feb 4 16:57:45 2016 +0100
Pod
---
lib/Catmandu/Exporter/CSV.pm | 8 ++++++++
1 file changed, 8 insertions(+)
diff --git a/lib/Catmandu/Exporter/CSV.pm b/lib/Catmandu/Exporter/CSV.pm
index 9993ae6..14d38d1 100644
--- a/lib/Catmandu/Exporter/CSV.pm
+++ b/lib/Catmandu/Exporter/CSV.pm
@@ -60,6 +60,14 @@ Catmandu::Exporter::CSV - a CSV exporter
=head1 SYNOPSIS
+ # On the command line
+
+ $ catmandu convert XSL to CSV < data.xls
+
+ $ catmandu convert JSON to CSV --fix myfixes.txt --sep_char ';' < data.json
+
+ # In a Perl script
+
use Catmandu::Exporter::CSV;
my $exporter = Catmandu::Exporter::CSV->new(
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libcatmandu-perl.git
More information about the Pkg-perl-cvs-commits
mailing list