NAME

Zuzu::Module::CSV - std/data/csv bindings for ZuzuScript.

DESCRIPTION

Implements the runtime side of std/data/csv using Text::CSV_XS. The module exposes:

  • CSV

    A configurable codec/IO helper for CSV-like formats.

  • CSVReader

    A streaming reader with iterator support for for loops.

  • CSVWriter

    A streaming writer for large exports.

COPYRIGHT AND LICENCE

Zuzu::Module::CSV is copyright Toby Inkster.

It is free software; you may redistribute it and/or modify it under the terms of either the Artistic License 1.0 or the GNU General Public License version 2.