You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Tested with the same files locally using the csv input, works fine. Something about the records extracted from the csv is breaking when they are pulled from sftp. Not sure is this is something speicif to the SFTP server we are connecting to.
I have already googled for issues, and a found some instance of this error occurring for example when line endings are /r, not /r/n or /n. but i checked this and it doesn't appear to be the cause in our case.
Not sure if this is a benthos issue directly or something to do with the underlying encoding/csv package
Hey @acornforth 👋 Thanks for reporting this! Would you mind doing a quick test and set lazy_quotes: true in the csv scanner? It should look like this (not sure why you had it as an array):
Tested with the same files locally using the csv input, works fine. Something about the records extracted from the csv is breaking when they are pulled from sftp. Not sure is this is something speicif to the SFTP server we are connecting to.
I have already googled for issues, and a found some instance of this error occurring for example when line endings are /r, not /r/n or /n. but i checked this and it doesn't appear to be the cause in our case.
Not sure if this is a benthos issue directly or something to do with the underlying encoding/csv package
config below:
The text was updated successfully, but these errors were encountered: