Query: sql::translator::parser::xsv
OS: debian
Section: 3pm
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
SQL::Translator::Parser::xSV(3pm) User Contributed Perl Documentation SQL::Translator::Parser::xSV(3pm)NAMESQL::Translator::Parser::xSV - parser for arbitrarily delimited text filesSYNOPSISuse SQL::Translator; use SQL::Translator::Parser::xSV; my $translator = SQL::Translator->new( parser => 'xSV', parser_args => { field_separator => " " }, );DESCRIPTIONParses arbitrarily delimited text files. See the Text::RecordParser manpage for arguments on how to parse the file (e.g., "field_separator", "record_separator"). Other arguments include:OPTIONSo scan_fields Indicates that the columns should be scanned to determine data types and field sizes. True by default. o trim_fields A shortcut to sending filters to Text::RecordParser, will create callbacks that trim leading and trailing spaces from fields and headers. True by default. Field names will automatically be normalized by "SQL::Translator::Utils::normalize_name".AUTHORSDarren Chamberlain <darren@cpan.org>, Ken Y. Clark <kclark@cpan.org>.SEE ALSOText::RecordParser, SQL::Translator. perl v5.14.2 2012-01-18 SQL::Translator::Parser::xSV(3pm)
Similar Topics in the Unix Linux Community |
---|
Installing Dash Shell on OS X Lion |
Introduction |
One instance of comparing grep and awk |
A (ksh) Library For and From UNIX.com |