System.out.println(name + " - " + school + " - " + composant
+ " - " + range + " - " + castingTime + " - " + description
+ " - " + parseLevels);
try {
Spell spell = new Spell(name, school, range, castingTime,
description, composant, source, ref, parseLevels);
String filename = DocumentIO.validateFilename(spell.getId()
.toString());
DocumentIO.saveDocument(spell, "./tmp/", filename);
} catch (Exception e) {
// TODO Auto-generated catch block
e.printStackTrace();