Import action - CSV of "failed rows" delimiter
When I import CVS, I can set delimiter by ->csvDelimiter(';').
But how to set delimiter in auto created CVS of "failed rows"?
1 Reply
I don't think that's possible in the latest version. There would need to be a way to store the delimiter set at import time, but I don't think the DownloadFailedCsv class has access to that property.
It may not be hard to add, but I think it would have to be via a PR.