Closed kpvleeuwen closed 2 years ago
Also includes the file found in #235.
For future reference; a C# script to fix this. Not the best language to do it in, but hey :)
``` cs
var path = @"\path\to\ebusd-configuration\ebusd-2.1.x";
Parallel.ForEach(Directory.EnumerateFiles(path, "*.csv", SearchOption.AllDirectories), EvenOutCommas);
static void EvenOutCommas(string file)
{
var wanted = GetCommacount(File.ReadLines(file).First());
var linesWithEvenCommas = new List
Closing for now to avoid conflicts with PRs with actual new features, such as #160
This helps in editing and searching in github, see warning: