Hello,
I have been looking into this requirement;
I need to upload a .csv file in a file connection point and using a dataflow it should read each lines in the file and for each lines, it should launch a Workflow.
Is it possible to read DSV files and output each lines to a workflow in Dataflow?


Thanks