Hello,
I am using the Create CSV Table action to generate a CSV from an array. However in the Create CSV Table action, the option to include headers is no longer avaialble and no matter i chose the Automatic or Custom option, the header row is always included.
I have tried to remove the header row using the replace function but that results in a blank line. Could someone suggest how do i get rid of the header row in the CSV Table?
Here is the Create CSV Table action:
Here is the output:
The first row is the Header row. Thanks in advance.
Hi @yashag2255 ,
That did the trick. Thank you so much. I tried with something like body()? but could never get it to work.
Hey @Nithin_Vanam
You can refer to the screenshot below to acheive this:
The expression used for the value is:
item()?['Name']Here, Name is the key from the object in the array. Similarly, for the next one, it will be age in the place for name. You can replicate accordingly for the data that you have.
WarrenBelz
146,635
Most Valuable Professional
RandyHayes
76,287
Super User 2024 Season 1
Pstork1
65,997
Most Valuable Professional