TSVWrite
Signatures
Description
Save a table (tablename
) into a Tab-Separated Values (TSV) file specified by path
.
Example
In following example, we have a table called GameOfThrones
and structured as follow.
Now we save this table into a .tsv file …
… and we can open this GoT.tsv
file in a text editor
See also