❔ XML/CSV data reader and Local database
Hello! I have some trouble making this problem:
Create a database /structure equivalent to (an example can be a XML model or a CSV ,object oriented or hierarchical) with the name EducationalGame who must contain 3 tabels (check the photo!) When the app will open, in the database/data structure will load the data from the .txt files which contains on each line , a register, the values of each field being separated by";" .
Rules:
No internet connection
No Mysql or any sql db
Using vs2022 (in my case for this exercise i have to use vscode on Linux)
The code will be moved on a different computer for testing so an auto setup database will be needed.
My questions:
Create a database /structure equivalent to (an example can be a XML model or a CSV ,object oriented or hierarchical) with the name EducationalGame who must contain 3 tabels (check the photo!) When the app will open, in the database/data structure will load the data from the .txt files which contains on each line , a register, the values of each field being separated by";" .
Rules:
No internet connection
No Mysql or any sql db
Using vs2022 (in my case for this exercise i have to use vscode on Linux)
The code will be moved on a different computer for testing so an auto setup database will be needed.
My questions:
- How to get data from xml/csv
- How to manipulate data? Add, check etc
- How to handle the revived data from xml/csv to make a tabel or something like that
- In what format will data apear in the code? Line, Vector (array)??
- How the program would look like? An example would totally help!
