Anyone using CSV result listener

Hi,
I was starting to use the 9.14.2 CSV result listener.
However for some reason I do not get any output file.
When doing the same for the PyCSV (Part of the PythonExamples), it works out of the box.
I am making use of OpenTAP 9.29.1
I was expecting that a file was generated in a subfolder of the Opentap executables.
See
See next example, does anyone has an idea?

Hi @everthuijben,

What you are expecting is the intended behavior, so something has gone wrong.

Did you get any error messages in the log when running?

Hi Rolf,
I found that another testplan did have no issues,
Now I see that the failing testplan is showing an exception which is causing the result listener to fail. Probably my Python teststep is publishing something to the CSV result listener which cannot be accepted.
I have to investigated which exact value is causing the issue.

09:08:41.529 Python Append row: LimitID
09:08:41.530 Python Append: 1000
09:08:41.531 Python Append row: Value
09:08:41.531 ResultProxy Caught exception in result handling task.
09:08:41.531 ResultProxy InvalidCastException: Specified cast is not valid.
09:08:41.531 Python Append: 3.041064
09:08:41.531 ResultProxy at Python.Runtime.PyObject.DoConvertT
09:08:41.531 ResultProxy at Python.Runtime.PyObject.ToString(IFormatProvider provider)
09:08:41.531 ResultProxy at System.Convert.ToString(Object value, IFormatProvider provider)
09:08:41.531 ResultProxy at Keysight.OpenTap.Plugins.Csv.CsvResultGenerator.ItemsToCsvStringBuffer(StringBuilder outStringBuffer, Char seperator, IEnumerable1 items) 09:08:41.531 ResultProxy at Keysight.OpenTap.Plugins.Csv.CsvResultGenerator.writeResultsToBuffer(IEnumerable1 results, List1 selectedColumns, List1 stepRunStack, Char seperator, Int32 stepIdentifier, String stepName, String planName, StringBuilder strBuffer)
09:08:41.531 ResultProxy at Keysight.OpenTap.Plugins.Csv.CsvResultListener.OnResultPublished(Guid stepRunId, ResultTable result)
09:08:41.531 ResultProxy at OpenTap.ResultSource.PublishResultTableInvokable.Invoke(IResultListener a, WorkQueue queue)
09:08:41.531 ResultProxy Exception caught at:
09:08:41.531 ResultProxy at Void Invoke(OpenTap.IResultListener, OpenTap.WorkQueue)
09:08:41.531 ResultProxy at Void Invoke()
09:08:41.531 ResultProxy at Void WorkerFunction()
09:08:41.531 ResultProxy at Void Process()
09:08:41.531 ResultProxy …
09:08:41.531 TestPlan Removing faulty ResultListener ‘CSV’