Order in properties files
807589Jul 15 2008 — edited Jul 15 2008I got a problem with the order of properties file. I have gone through the thread below.
http://forum.java.sun.com/thread.jspa?threadID=5190900
My Issue is :
I have a flat file, which i need to process according to one properties file.
In order to process the flat file , order of properties file entry is extremly important.
For example:
flat file contains:
peter1234tyny
properties file contains width of properies ie, username =5 , ref number =4, etc..
which means first 5 characters belong to username and NEXT 4 is refnumber etc . Since I don't have any offset in the property file , the order is extremly important.
Thanks in advance,
pan