I have this line of text here, which will always be the same (except the message at the end): 2021-12-08T18:18:38+00:00 INFO Produktbestand erfolgreich von Coll
I want reads an xml and then I have to do insert on database. My problem is when a value contains special characters. def xmlResponse = """<?xml version="1.0
I'm trying to check the type of a struct in Go. This was the best way I could come up with. Is there a better way to do it, preferably without initializing a st
Hello everyone I'm new to c#. I want to read an xml file if it exists in a directory. 1) How can I read it? 2) If there are multiple xml files how to read those