Solved
WebAPI response in CSV format
Hello,
Is there a way for a response from a webAPI to be returned in "application/csv"? I know it can return XML and JSON. But in this specific need, I need it in CSV format.
Thank you.
Hello,
Is there a way for a response from a webAPI to be returned in "application/csv"? I know it can return XML and JSON. But in this specific need, I need it in CSV format.
Thank you.
Sure, but you have to create the text yourself. Use char(10) as a line separator.
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.