You can use JoltTransformRecord for this, with a CSVReader and a JsonRecordSetWriter. If you want to choose which fields to include, you can use a Shift spec to select the fields. If you want to choose which fields to remove, you can use a Remove spec. See the Jolt documentation for more details, or if you can post some sample CSV input data and desired JSON output data, I can help you with the spec.