#Author: Joshua Porter
This web-based application is designed to take a text file delimited by tabs and turn it into a normalized database. It uses a combination of PHP, SQL, HTML, CSS, and Javascript to create a pleasant user experience for transforming the file into a relational database. As a point of reference, the textfile MUST be delimited by tabs and the first line of the file MUST contain the column names: purchaser name, item description, item price, purchase count, merchant address, and merchant name. This is important for a successful import.
- You must have a hostname, username, and a password to a SQL database.
- (RECOMMENDED) Best viewed in Google Chrome 10+
- MAMP for Mac for a MySQL Database.
- Load to the index of the application.
- Enter your desired database name.
- Input your login credentials for your database.
- Browse to the location of the text file.
- Click "Upload File"
- (Optional) Click "View the Orders" to view what your Gross Income was calculated on.