Writing dict of values=list to a CSV file

Hi there,

How is it possible to write a dictionary that has a list of values mapped to a key to a CSV file? I get this in the Excel file, instead of the list of values in the columns: IronPython.Runtime.List.

Attached a jpeg that clarifies what I would need.
Thanks!

Hi how about [key] + [va1l] or failing that ’’.join([key] + [va1l])
Ahh well maybe you are still stuck with this 5 months later… :slight_smile: