Jakob Dyrby

Results 6 comments of Jakob Dyrby

Please be aware that if the "configuration.CultureInfo.TextInfo.ListSeparator" is found anywhere in the buffered text, it will be detected as "newDelimiter", this does not correspond to your comment: "// The culture's...

As a workaround you can do this: ```cs var culture = (CultureInfo)CultureInfo.InvariantCulture.Clone(); culture.TextInfo.ListSeparator = "*DoNotDetect"; using var csv = new CsvReader(someStream, new CsvConfiguration(culture); ```

> Let me know if I should create a new task for this but it's related to the new delimiter detection. I can also issue a PR if that would...

> > Since the text that is being searched / replaced is a buffer with unknown end, it might also be a good idea to match end off string as...

@JoshClose I might have been to hasty, when i get time i will read through the new code and comment if I still see an issue

If you get "z2m: MQTT error: read ECONNRESET" try adjusting EMQX -> MQTT Settings -> Max Packet Size. That worked for me :)