Loading
Salesforce から送信されるメールは、承認済ドメインからのみとなります続きを読む

How to remove the header from a CSV using DataWeave

公開日: Mar 2, 2024
タスク

GOAL

If you are processing a CSV file and you need to remove the header, DataWeave will not remove it automatically. This article explains how to do it.
ステップ
In order to remove the CSV header, you need to set the flag header=false in the DataWeave output section. The following DataWeave transformation receives a CSV in the payload and returns the same CSV but without the header:
%dw 2.0
output application/csv header=false
---
payload
ナレッジ記事番号

001115849

 
読み込み中
Salesforce Help | Article