CSV Parser should have a way to skip fields
Description
Release Notes
None
Attachments
1
Activity
Show:

NitinM June 8, 2020 at 8:28 PM
Closing issues

Ali Anwar May 27, 2016 at 11:16 PM
Isn't this mixing functionality of particular transforms (pulling that transform into the source)?
Currently, CSVParser will emit all fields in the CSV as output fields. It also orders them exactly in the order that they are in the CSV. It should be more flexible, I should be able to specify separately:
what fields are available in the CSV and what their types are
what fields are in the output schema and in which order