Currently CSV Stream automatically uses comma (,) as the delimiting character for transforming a CSV into a CSV Stream.
It would be great if we could pass along a parameter to select which delimiter to use as some users might upload one with semicolon (;), space ( ) or tab ( ), as such we should be able to account for different csv-file configurations