© 2026 Hedgehog Software, LLC

TwitterGitHubDiscord
More
CommunitiesDocsAboutTermsPrivacy
Search
Star
Setup for Free
C#C
C#•3y ago•
4 replies
Pulx/Mars

❔ 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:
1. How to get data from xml/csv
2. How to manipulate data? Add, check etc
3. How to handle the revived data from xml/csv to make a tabel or something like that
4. In what format will data apear in the code? Line, Vector (array)??
5. How the program would look like? An example would totally help!

Please don't judge and call me lazy or something...I can't find anywhere something to help me finish this exercise! Please help!
IMG_20230725_010352.jpg
C# banner
C#Join
We are a programming server aimed at coders discussing everything related to C# (CSharp) and .NET.
61,871Members
Resources

Similar Threads

Was this page helpful?
Recent Announcements

Similar Threads

CSV Reader Issue
C#CC# / help
2y ago
Best CSV reader/writer library?
C#CC# / help
3y ago
❔ CSV Read data
C#CC# / help
3y ago
✅ Regex Result into CSV and Data Grid
C#CC# / help
2y ago