-
Notifications
You must be signed in to change notification settings - Fork 519
CsvToJsonConversion
pozil edited this page Oct 16, 2023
·
1 revision
Demonstrates how to use DataWeave in Apex to convert CSV to JSON.For more DataWeave for Apex example head to https://github.com/developerforce/DataWeaveInApex
Group DataWeaveInApex Recipes
Demonstrates how to use DataWeave in Apex to convert a CSV to a JSON. The class uses the /dw/csvToJson.dwl script to convert CSV to JSON
| Param | Description |
|---|---|
csvPayload |
CSV data to convert to JSON |
| Type | Description |
|---|---|
String |
JSON string |