When importing a JSON file containing ISO 8601 date strings with 'T' separators into DuckDB, an error occurs during the parsing process. DuckDB seems to incorrectly ...
So I'm whipping up something quick and dirty for a work project. I've got a C# class that is all string types, nothing fancy, and once the item is created it gets serialized with the new ...
The System.Text.Json deserializer does not handle the custom format and therefore throws an exception when we attempt to parse the JSON data. To be clear: I want to insist that this problem is not ...