summaryrefslogtreecommitdiff
path: root/macros/latex/contrib/csvsimple/gradesort.xml
diff options
context:
space:
mode:
Diffstat (limited to 'macros/latex/contrib/csvsimple/gradesort.xml')
-rw-r--r--macros/latex/contrib/csvsimple/gradesort.xml9
1 files changed, 9 insertions, 0 deletions
diff --git a/macros/latex/contrib/csvsimple/gradesort.xml b/macros/latex/contrib/csvsimple/gradesort.xml
new file mode 100644
index 0000000000..32c2741735
--- /dev/null
+++ b/macros/latex/contrib/csvsimple/gradesort.xml
@@ -0,0 +1,9 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<csv>
+ <bracket empty="true" />
+ <sortlines>
+ <column name="grade" order="ascending" type="double"/>
+ <column name="name" order="ascending" type="string"/>
+ <column name="givenname" order="ascending" type="string"/>
+ </sortlines>
+</csv>