Giter Club home page Giter Club logo

text-csv_xs's Introduction

Module:
    Text::CSV_XS

Description:
    Text::CSV_XS provides facilities for the composition and decomposition
    of comma-separated values.  An instance of the Text::CSV_XS class can
    combine fields into a CSV string and parse a CSV string into fields.

Copying:
    Copyright (c) 2007-2018 H.Merijn Brand.  All rights reserved.
    Copyright (c) 1998-2001 Jochen Wiedmann. All rights reserved.
    Portions Copyright (c) 1997 Alan Citterman. All rights reserved.

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

    Recent changes can be (re)viewed in the public GIT repository at
    https://github.com/Tux/Text-CSV_XS
    Feel free to clone your own copy:

     $ git clone https://github.com/Tux/Text-CSV_XS Text-CSV_XS

    or get it as a tgz:

     $ wget --output-document=Text-CSV_XS-git.tgz \
	   https://github.com/Tux/Text-CSV_XS/archive/master.tar.gz

Prerequisites:
    perl 5.6.1 or up.

    You can have working Test::More for 5.6.1 by requiring version
    Test::Harness-2.64 and Test::Simple-0.90

    I found no easy way to get Test::More working on 5.6.0

    examples/csv-check requires perl with defined-or and PerlIO, and
    making that work on other versions is left as an exercise to the
    reader. Other examples are checked against 5.8.4. For Unicode to
    work more or less reliable, you'd need perl 5.8.2 or newer.

    examples/csv2xlsx requires 5.14 or newer.

Build/Installation:
    Standard build/installation:
	perl Makefile.PL
	make test
	make install

Author:
    H.Merijn Brand <[email protected]> (   0.25 - 2007-05-07 ..)
    Jochen Wiedmann <[email protected]>     (.. 0.23 - 2001-10-10   )

    Interface design by Alan Citterman <[email protected]>

    A pure-perl version (L<Text::CSV_PP>) is being maintained by Kenichi
    Ishigaki. This module was created by Makamaka Hannyaharamitu who
    maintained it up to 2015. It tries to follow Text::CSV_XS as closely
    as possible. It is not worth filing bugs to Text::CSV_XS when
    Text::CSV is not in sync.

    Text::CSV_PP is bundled in Text::CSV, which now is a wrapper module
    over Text::CSV_XS and Text::CSV_PP that will select Text::CSV_XS if
    available, and otherwise use Text::CSV_PP.

text-csv_xs's People

Contributors

tonycoz avatar sschoeling avatar bulk88 avatar

Watchers

James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.