TSVRead
Signatures
Description
Reads the file specified by path
as a Tab-Separated Values (TSV) file and
copies its contents into a new table tableName
in the database.
If the tablename
parameter is not specified, then the resulting table has the same name as the TSV file.
Warning on the input file name
When a tablename
is not specified, special caracters in the input file name are not allowed. The possible caracters are as follow: A to Z
, _
and 0 to 9
.
Example
In following example, we have a TSV file, which is stored here : /home/user/GoT.tsv
. This file is structured as follow.
Now we can convert this file into a table