I am wanting to take a table with n Columns and n Rows and make a CSV variable/string in which I can send through a HTTP Post.
I have only been able to find solutions to create a CSV File. But, i do not want to create a File, I just want to send the final result through a HTTP Post. I know how to do the HTTP Post, I just don't know how to get the CSV to a variable/string and send without creating a File.