JAVA PROGRAMMING
Please I need this assignment to be done before 6:00pm central time.
I have worked on the code a little bit but I'm having a problem making the output of the file come out the way I wanted it to look.
So the Homework.txt contains the code I already did plus the output of it and also include at the bottom the actually ouput I wanted it to look.
INSTRUCTION given by Professor:
You are given a file containing the names and addresses of company employees from many years ago that your manager has asked you to import into a database. You can use a CSV file and your database application to load the file, but the file your manager gave you was exported from an old(ReadinFIle.txt), non-standard accounting system.
You are given a file containing the names and addresses of company employees from many
years ago that your manager has asked you to import into a database. You can use a CSV file and
your database application to load the file, but the file your manager gave you was exported from
an old, non-standard accounting system. Here is its format:
Freddy | Kruger
1313 | MockingBird|Lane
Houston | Texas
Billy | Thornton
1010 | Slingblade|Street
Houston| Texas
Write a program that reads in the file and exports it to a standard CSV format. For the records
above, the output format would be
Freddy Kruger, 1313 Mockingbird Lane, Houston, Texas
Billy Thornton, 1010 Slingblade Street, Houston, Texas