Mule 4:读取CSV文件时出错,输入格式错误

Mule 4:读取CSV文件时出错,输入格式错误,mule,mule4,Mule,Mule4,我正在使用Mule 4中的文件读取操作读取CSV文件。 其中一个CSV列的值中有双引号。 读取CSv文件时,我收到错误: Malformed CSV input. Ignoring following chars after quoted value at offset 45270921: "A"" BLING KEY RING" 我尝试添加具有以下值的reader属性quote:“,” 仍然存在错误,请帮助尝试将转义读取器属性设置为引号。读取器属性必须

我正在使用Mule 4中的文件读取操作读取CSV文件。 其中一个CSV列的值中有双引号。 读取CSv文件时,我收到错误:

Malformed CSV input. Ignoring following chars after quoted value at offset 45270921: "A"" BLING KEY RING"
我尝试添加具有以下值的reader属性quote:“,”


仍然存在错误,请帮助尝试将转义读取器属性设置为引号。读取器属性必须在有效负载的源处设置

例如:

<file:listener doc:name="On New or Updated File" config-ref="file_config1" outputMimeType='application/csv; escape="\""' directory="/some/path/to/file" recursive="false" >