I have a stream of data that I want to parse into rows but eliminating some of the stream when parsing.
I have a text input (connecting to a server to pull the file), Then I use the download (sftp) function to get the data. and I have tried RegEx as well as Text to Columns
Stream has fields that are Double quote and Comma separated.
Should I be using something else beside parse.