Bug Tracker
ID | 70 |
---|---|
Status | Closed (Fixed) |
Category | datatool |
Version | 2.20 |
Summary | Error or misunderstanding in datatool documentation |
Report
Dipl.-Ing. Peter Ebelsberger
MWE
\documentclass{article} \usepackage{datatool} \begin{filecontents*}{test.csv} FirstName,Surname,Score John,"Smith, Jr",68 Jane,Brown,75 Andy,Brown,42 Z\"oe,Adams,52 Roger,Brady,58 Clare,Verdon,45 Henk,van der Mere,71 Jos,de la Mere,58 Mary,Dane,65 Paul,Dobson,62 \end{filecontents*} \DTLloaddb{scores}{test.csv} \begin{document} \begin{table}[htbp] \caption{Student scores (case sensitive sort)} \centering \DTLsort{Surname,FirstName}{scores}% \begin{tabular}{llr} \bfseries Surname & \bfseries First Name & \bfseries Score (\%)% \DTLforeach{scores}% {\firstname=FirstName,\surname=Surname,\score=Score}% {\\\surname & \firstname & \score} \end{tabular} \end{table} \begin{table}[htbp] \caption{Student scores (case ignored when sorting)} \centering \DTLsort*{Surname,FirstName}{scores}% \begin{tabular}{llr} \bfseries Surname & \bfseries First Name & \bfseries Score (\%)\relax \DTLforeach{scores}% {\firstname=FirstName,\surname=Surname,\score=Score}% {\\\surname & \firstname & \score} \end{tabular} \end{table} \end{document}
Evaluation
Fixed in v2.23.Watch This Report
If you would like to be notified whenever updates are made to this report, please fill in your email address in the box below and click on "Notify Me of Changes" button. (Please ensure the address is valid.) Your details won't be passed on to third parties in line with this site's Privacy Policy.
If you supply your name, it will be used in the email greeting, which provides a more personal message, otherwise you'll just get a generic greeting. If you have previously supplied your name when signing up for notifications, you don't need to resupply it unless you want to change it.
If you have previously subscribed to notifications for this report, you can unsubscribe by clicking on the "Stop Notification" button.
The "Confirm Bug ID" field helps to protect against spambots. Please enter the bug ID (which you can find at the top of this page).
To unsubscribe from all notifications use the notifications page.
Comment
You can append a comment to the report using the form below. Comments are checked first before being added. Any spam or offensive content will be removed first according to this site's Terms of Website Use. Please bear in mind that I develop and maintain free software in my spare time. If you want commerical level support then you can hire a TeX consultant.
The "Confirm Bug ID" field helps to protect against spambots. Please enter the bug ID (which you can find at the top of this page).