1. DriverManager props argument forum.hibernate.orgProperties props = new java.util.Properties(); props.put("separator","|"); // separator is a bar props.put("suppressHeaders","true"); // first line contains data props.put("fileExtension",".txt"); // file extension is .txt props.put("charset","ISO-8859-2"); ... |