GSheet Rows bulk upload with an array: " ' " is added automatically to each value

I’ve built a quite simple automation to parse a csv file received by email and bulk upload rows to Gsheet:

Problem:
in my Gsheet, all cell values includes systematically an apostroph " ’ " before the original value:

image

Haven’t been able to fix that, I hope it’s only a matter of proper module set-up

Here is my Bulk Rows upload set-up:

And Here is my Array agregator set-up:

Thanks in advance for your help

I think that happens if you select “Raw”

Try selecting another option type.

Hope this helps! Let me know if there are any further questions or issues.

@samliew

2 Likes

Thanks a lot it worked

1 Like