There was an error while loading. Please reload this page.
On specific versions, two semi colons are missed in the CSV file. This regex fixes this issue:
sed -E "s/(\;[0-9]+\.[0-9]{6})([0-9]+\.[0-9]{3})([0-9]+\.[0-9]+\;)/\1;\2;\3/" kaputt.csv >repariert.csv