1

In DotNet code I read a csv file content convert that content in a single string and pass on to HttpRequestMessage as content. This call is success.

I want the exact same to be achieved in Azure Logic Apps. What flow item I should use to achieve this? enter image description here

0

2 Answers 2

3

If your csv file is on Blob Storage, you could just use Blob Connector to get the file content with action Get blob content. Just specify the blob you want to get.

enter image description here

Here is my csv content:

enter image description here

And this is the OUTPUT of logic app:

enter image description here

Sign up to request clarification or add additional context in comments.

Comments

0
  • Can you provide more information? is it FTP, Onedrive etc?
  • how are you going to pickup the file? based on that use it's triggerbody.
  • Use the content of the shape pass that as an input parameter along with the string expression to make it as a string and then pass it to the Azure Function.
  • if you can specify the trigger action or pick up system we
    can help you with more precise answer.

1 Comment

we will upload the file on blob storage

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.