The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

NetSDS::Util::FileImport - import table structure from file

SYNOPSIS

DESCRIPTION

CLASS API

import_table() - import table data from file

takes $content of a file, $pre_parse (true or false it means: return all table or only 5 first rows

params it could be patterns => { qr#name#i => { qr#last#i => 'last_name', qr#first#i => 'first_name' } } separator => could be ,;\t: fields => [ email last_name ] substitute => { E-mail => email, Last Name => last_name, .. }

Depends of a params parse would be different

Returns a structure like this [ { last_name => undef, first_name => yana, ... }, { last_name => kornienko, first_name => test, ... } .. ]

1 POD Error

The following errors were encountered while parsing the POD:

Around line 35:

=over without closing =back