New to Retool and trying to have it read a CSV on S3 into a table. Currently my CSV content type on read in is binary/octet-stream. IsJson is false.
For the table component Data I've tried both {{ S3_read_file.data }} and {{ S3_read_file.data.Body }} (eg body in the octet-stream format is "xlfioefi") Both return Error: Invalid Value.
I did see this post re rendering S3 octet-stream images as base64 for the image component. Is there an equivalent solution for reading S3 CSVs into tables?