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

Mule 4 : Getting error while reading CSV file, Malformed Input

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

Malformed CSV input. Ignoring following chars after quoted value at offset 45270921: "A"" BLING KEY RING"

我尝试添加 reader 属性 quote 具有以下值: """ , " "

错误依旧,求助

尝试将转义 reader 属性 设置为引号。 Reader 属性必须在有效负载的来源处设置。

示例:

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