description: Parses CSV formatted content payload to JSON. Note: This service should be able to parse CSV in the following renditions: CSV string, CSV stream, CSV url and from CSV file (file handle/pointer is to temp local storage is passed in from a previous step).
type: action
provider name: CSV Service Provider
step config options:
separator (string; required; default is ',')
include header? (boolean; required; default is 'false')
Service description
Further requirements