11-26-2022, 11:23 PM
I made up a simple scenario of a business needing to parse basic customer info from a CSV file into a database. I just used a simple SQLite database with two tables. This task was much simpler than a game with multiple scenarios (i.e., parse input data from file, ensure input data is valid, then insert it into the database).
For the write up, I basically copied the example they provided & rewrote each section using basic, contrived examples. Don’t over think it! :-) Here’s the program I wrote:
https://replit.com/@AM165/Sophiaorg-Intr...hstone?v=1
For the write up, I basically copied the example they provided & rewrote each section using basic, contrived examples. Don’t over think it! :-) Here’s the program I wrote:
https://replit.com/@AM165/Sophiaorg-Intr...hstone?v=1


![[-]](https://www.degreeforum.net/mybb/images/collapse.png)