1RDF::Trine::Exporter::CUSsVe(r3)Contributed Perl DocumenRtDaFt:i:oTnrine::Exporter::CSV(3)
2
3
4

NAME

6       RDF::Trine::Exporter::CSV - Export RDF data to CSV
7

VERSION

9       This document describes RDF::Trine::Exporter::CSV version 1.019
10

SYNOPSIS

12        use RDF::Trine::Exporter::CSV;
13

DESCRIPTION

15       The RDF::Trine::Exporter::CSV class provides an API for serializing RDF
16       data to CSV strings and files.
17

METHODS

19       "new ( sep_char => $sep_char, quote => $bool )"
20           Returns a new RDF::Trine::Exporter::CSV object. If $sep_char is
21           provided, it is used as the separator character in CSV
22           serialization, otherwise a comma (",") is used.
23
24       "serialize_iterator_to_file ( $file, $iterator )"
25           Serializes the bindings objects produced by $iterator, printing the
26           results to the supplied filehandle "<$fh">.
27
28       "serialize_iterator_to_string ( $iterator )"
29           Serializes the bindings objects produced by $iterator, returning
30           the result as a string.
31

BUGS

33       Please report any bugs or feature requests to through the GitHub web
34       interface at <https://github.com/kasei/perlrdf/issues>.
35

AUTHOR

37       Gregory Todd Williams  "<gwilliams@cpan.org>"
38
40       Copyright (c) 2006-2012 Gregory Todd Williams. This program is free
41       software; you can redistribute it and/or modify it under the same terms
42       as Perl itself.
43
44
45
46perl v5.32.0                      2020-07-28      RDF::Trine::Exporter::CSV(3)
Impressum