Thursday, 22 August 2013

Sort database with datatool

Sort database with datatool

i use the datatool package to read csv files and print them as tables.
Before printing I want to sort the rows. The problem is that the file was
written with R and some rows contain normal numbers (like 0.124) and some
contain numbers in scientific format (e.g. 1.23e-4).
How can i tell datatool to interpret both values as numerical and sort
accordingly?
bye

No comments:

Post a Comment