Skip to Main Content

Java Programming

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Order in properties files

807589Jul 15 2008 — edited Jul 15 2008
I 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
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Aug 12 2008
Added on Jul 15 2008
8 comments
164 views