I’m trying to get an AI agent to give its output as a CSV file—how should I do it?

Can anyone please help me here?

{
  "nodes": [
    {
      "parameters": {
        "model": "google/gemini-2.5-flash-preview",
        "options": {}
      },
1 Like

Hey @Keerthi_Vasan ,

So on the ai agent, you could ask the ai agent to output in a certain format


This adds a new option and to add an example json which then you can convert to, csv.

Let me know if that helps with the out, I can probably help further with the conversion if that doesn’t help.

Best regards,

Samuel

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.