The CSVParser plugin currently has a drop down for selecting the delimiter. We should make this more flexible by allowing the user to specify "Other" in the drop down and entering a string in the config for the plugin. That delimiter would then be used to parse the fields.
Csv parser can now accept custom delimiter for parsing csv files
PR raised:
https://github.com/caskdata/hydrator-plugins/pull/510
Merged