CSV to JSON converter

Converts a CSV file to a usable dictionary that Shortcuts can use by a Pythonista script.


Description

  1. This shortcut REQUIRES the app Pythonista to run.
  2. Receives CSV file content and returns a list (array) of dictionaries that Shortcuts can use (JSON).
  3. This is intended to be used as a module in other Shortcuts.
  4. So, use a “Run Shortcut” step to run this, and then the following step should probably be a repeat with each to do something with each field.
  5. This is a much more reliable CSV parser rather than using a split text by comma, and deals with commas and line breaks in fields, for example.

Latest Release Notes

1.0 - April 18, 2019, 4:51 p.m.

Initial release


Past versions