PFython / cleverdict

A JSON-friendly data structure which allows both object attributes and dictionary keys and values to be used simultaneously and interchangeably.
MIT License
101 stars 9 forks source link

Add feature: import from/export to CSV #31

Open PFython opened 2 years ago

gouravkr commented 2 years ago

I have taken this up and hope to complete it by next week. If anyone else is interested, you can look at my fork of the repo. I have a working solution already. The code is now undergoing testing for edge cases and enhancements to ensure it gels well with the existing code in the repo. Documentation and tests are also pending.

PFython commented 2 years ago

Really glad to have your help @gouravkr - looking forward to having a look at your work. Thanks again!

gouravkr commented 2 years ago

Created a pull request for this https://github.com/PFython/cleverdict/pull/33