AWS SQS Consume fetches record in a weird format #360
Labels
area/backend
Needs backend code changes
area/plugin
Plugin-related issue or feature request
bug
Something isn't working
good first issue
Great issue for new contributors
Expected Behavior
AWS SQS Consume should be able to fetch the rows from the SQS queue, and have the fetched records noted as a single column with 1 record per row.
Actual Behaviour
The records are fetched from the SQS queue as 1 record per row, but each character in the record is put in a separate column. I have attached the screenshot for better understanding.
Steps To Reproduce
Environment Information
Example flow
The text was updated successfully, but these errors were encountered: