If the use case is to parse a csv file which is uploaded by an enduser then it is better to make use of Service File as it has options to parse each record from csv and process on them.
So the following steps can be used to invoke a service file from an activity:
ActivityInvokeServiceFile.docx (281 KB)

