CSV connector in logicApp.

Lubdha Dolas 121 Reputation points
2022-01-31T09:26:59.293+00:00

I did not want the headers in the csv table. but if I remove the headers I don't get the "," in-betweens. The logic app automatically removes the blank rows. We need the output as

abc,def,123,100010,,,,,,,,,,123,,,,N

but the output is readjusted by the logic app itself to:
abc,def,123,100010,123,N

How do I achieve the desired output?

Azure Logic Apps
Azure Logic Apps
An Azure service that automates the access and use of data across clouds without writing code.
0 comments No comments
{count} votes

Answer accepted by question author
  1. MayankBargali-MSFT 70,991 Reputation points Moderator
    2022-01-31T12:00:47.097+00:00

    @Lubdha Dolas Please make sure to verify the output of the action which you are using you are using as input for From parameter of Create CSV table. If you are not using the header i.e. empty value then you need to make sure that you have defined the custom header in the same way of the return value of your From parameter action.

    Workflow:

    169911-workflow-new1.gif

    Output:
    169786-output.gif


0 additional answers

Sort by: Most helpful

Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.