Possible Duplicate:
Formatting complex table from CSV using datatool
I have a list of hundred names with an associated ID number, name, contact info, and more...
Is it possible, knowing the associated ID number, to just print a fixed format. By example, I want to type
\command{10}
So it prints "Text, text <i>name</i>, more text, blah for: <i>contact info</i> blah blah"
Is that possible?
I was thinking to add the data manually in a .txt document or an Excel file type. (if there's another possibility, I'm willing to try it).
datatoolpackage to manipulate it. See Formatting complex table from CSV using datatool for an example. – Alan Munn May 24 '12 at 18:57