Timtier
❔ changing values in .csv file with file i/o commands
Directly, maybe, not sure since im not behind a PC to google :p
But basically:
1. Create new file.
2. Delete (or rename) old file
3. Rename new file to old name.
4. Delete old file if you havent yet.
13 replies
❔ changing values in .csv file with file i/o commands
Though keep in mind that might become a bit messy considering you'll need to keep the same order of all entries to not mess with data integrity.
Creating an entirely new file and removing/archiving the old one might be easier and safer unless needed
13 replies
JSON child objects within a RestRequest body
I think just making something along the lines of this might be easiest: {
"source": "non-archived",
"fields": ["type", "title", "tags", "cuepoints", "data"],
"filter": { "artist": "Dr. Peacock", "title": "Medication" }
}
5 replies
❔ ✅ What is the bestright thing to do when an Exception occurs say, in my MVC application?
Which should be caught by either the handler that it was called for or the controller (other options are available too but I will exclude them for simplicity)
11 replies