am getting json and trying to bulk load to salesforce as a csv . But am getting errors when i do that .
Any idea how to escape the characters?
Input:
[
{
"Name": ".054\" X 6' , Guide \\ Wire2",
}
]
dw:
%dw 2.0
output application/csv escape="",quote=""
---
payload