csv icon indicating copy to clipboard operation
csv copied to clipboard

Feature: added Map to CSV converter

Open madisona opened this issue 6 years ago • 1 comments

This pull request adds the ability to take a [Map] and convert it to csv.

It is based on the python csv library's DictWriter: https://docs.python.org/2/library/csv.html#csv.DictWriter

madisona avatar Mar 24 '18 19:03 madisona

Hi, I intend to improve your PR slightly. If I don't find the time in the next few weeks, I will merge it as it is.

In any case thanks for the PR.

close2 avatar Mar 29 '18 07:03 close2