} catch(final IOException e) {
} finally {
if (fileIn != null) try { fileIn.close(); fileIn = null; } catch (final Exception e) {}
}
final Iterator<Object> it = profile.keySet().iterator();
while (it.hasNext()) {
key = (String) it.next();
value=profile.getProperty(key, "").replaceAll("\r","").replaceAll("\n","\\\\n");
if( !(key.equals("")) && !(value.equals("")) ){
prop.put("list_"+count+"_key", key);