@NGaur-3476 Thanks for reaching out and apology for the delay. Unfortunately, there are no connector that can help you to read the CSV file line by line.
To get the file from storage account you can leverage the Get Blob Content (V2) action that will return the file content as binary. Once you have the binary content you can offload this (to get the file content or in json format) functionality (using your custom logic) to Azure function and get the desired result as per your need. Alternative you can refer to this github repo (not the official repro) that could help you.
Once you have the content as the JSON object you can iterate through the loop and leverage the Create Job action inside the forloop with the dynamic content (json object) as the body
parameter that you can pass to your automation runbook.