W
Windmill6mo ago
Julio

Hey folks! Airplane widow here, is there

Hey folks! Airplane widow here, is there any way to format the result of a script as a table instead of just json? 🙏
1 Reply
guillaume
guillaume6mo ago
What do you mean by table? Something like CSV? You can always reformat the data in the script into a string containing the CSV If your result looks something like:
{
"windmill_content_type": "text/csv",
"result": "Hello;World"
}
{
"windmill_content_type": "text/csv",
"result": "Hello;World"
}
the response will have Content-Type: text/csv as a header