View Single Post
  #1  
Old 10-06-2007, 07:01 PM
BustoB BustoB is offline
Junior Member
 
Join Date: Aug 2007
Posts: 17
Default Programmer for simple txt file editing wanted $$$ REWARD

I am willing to pay $50 to your FT account when you email this simple program and its well commented source code in JAVA to my email.

This is what I am looking for:

I have one text file that has sharkscope stats in this format:
<font class="small">Code:</font><hr /><pre>
nickname1 2,533 $1 $35 4% $2,633 - x
nickname2 694 -$10 $75 -14% -$6,771 - x</pre><hr />

I would need a program that asks for that text file and after that picks the nickname and checks if the winnings is positive(3) or negative(4). In these cases to winnigs column is $2,633 and -$6,771

After that the program generates new text file and imports the nickname and and the number indicating to positive or negative winnings. Positive is 3 and negative is 4. This is the format I would need:

<font class="small">Code:</font><hr /><pre>
&lt;PlayerNote
PlayerName=nickname
ClassificationIndex=4 //3 OR 4
TimeStamp=1191705738 //this could just be left like this
&gt; </pre><hr />
That is just ongame note file and the 3 and 4 indicates the logo for the player.

If the nickname has space in it (like this #nick name#) then the nickname written to the new text file should be like this "nick name".

And of course if the first text file has multiple rows and many nicknames all of those should be converted to the new one.

I think that this is quite an easy job for a coder that knows java. And using java is important so I can make simple modifications if needed.
If you are interested PM me and give your email and I send you those text files.
Reply With Quote