Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Newcomers » Newcomers » Tokenizer(Tokenizer)
Tokenizer [message #1030808] Sun, 31 March 2013 20:03 Go to next message
Benedict Tawiah is currently offline Benedict TawiahFriend
Messages: 1
Registered: March 2013
Junior Member
Open file "person.db" and load the file content into an array of objects (either student or faculty). Each line represents the data needed for each object, and there will be at most 100 lines in the file. Here are the formats of the file content.
For each faculty:
ID; First name; Last name; Street address; city, state, zip code; phone; email; office location; day hired; rank; expertise; salary amount
For each student:
ID; First name; Last name; Street address; city, state, zip code; phone; email; day accepted; seniority; major; advisor's name; list of taken classes separated by a comma; list of taking classes separated by comma

output should be something like this
ID: 123
First Name: Ken
Last Name : yeye

Use tokenizer to split

thnks
  • Attachment: person.db
    (Size: 1.33KB, Downloaded 197 times)
Re: Tokenizer [message #1032018 is a reply to message #1030808] Tue, 02 April 2013 13:24 Go to previous message
Russell Bateman is currently offline Russell BatemanFriend
Messages: 3798
Registered: July 2009
Location: Provo, Utah, USA
Senior Member

On 4/2/2013 6:45 AM, Benedict Tawiah wrote:
> Open file "person.db" and load the file content into an array of objects (either student or faculty). Each line represents the data needed for each object, and there will be at most 100 lines in the file. Here are the formats of the file content.
> For each faculty:
> ID; First name; Last name; Street address; city, state, zip code; phone; email; office location; day hired; rank; expertise; salary amount
> For each student:
> ID; First name; Last name; Street address; city, state, zip code; phone; email; day accepted; seniority; major; advisor's name; list of taken classes separated by a comma; list of taking classes separated by comma
>
> output should be something like this
> ID: 123
> First Name: Ken
> Last Name : yeye
>
> Use tokenizer to split
>
> thnks
>

This isn't a do-your-homework-for-you forum, it's a forum to answer
questions about setting up and using the Eclipse IDE. Here's a good link
for you to peruse:

http://www.catb.org/esr/faqs/smart-questions.html#intro
Previous Topic:Problem with BIRT Configuration
Next Topic:GUI works but when clicked shows these errors please help
Goto Forum:
  


Current Time: Thu Apr 25 01:28:09 GMT 2024

Powered by FUDForum. Page generated in 0.08292 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top