Skip to content

senselogic/TABULA

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Tabula

Tabulated data processor.

Output expression

Line expression

<column expression> <column expression> ...

Column expression

[<column filter>]<table letter><column index>
[<column filter>]<table letter><first column index>:<last column index>

The column index starts at one.

If it is negative, it's counted backwards from the last column.

Column filter

% : fix decimal numbers

Sample

A2 %A-3:-1 B4 B-1

Outputs lines made of :

  • the second column of the first table;
  • the last three columns of the first table, with fixed decimal numbers;
  • the fourth column of the second table;
  • the last column of the second table.

Version

1.0

Author

Eric Pelzer (ecstatic.coder@gmail.com).

License

This project is licensed under the GNU General Public License version 3.

See the LICENSE.md file for details.

About

Tabulated data processor.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages