You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The current CsvDataSource implementation lacks the check for a missing "operator" field in the .csv-input data which causes a NPE in CsvDataSource:241.
This could be avoided by using the already existing fallback in CsvDataSource:241. It just needs to be extended by a null check.