Csv file upload

Hi guys

Do you know whether I could upload a csv file with few column of data and then ask chatgpt to analyse it?

Cheers

If you’re on Pro or above:

  • Upload the CSV to a user-specific column.
  • Use the new Call API column to point a GET request at the CSV URL above.

If it goes right, you can then construct a prompt using a template column with the CSV content parsed by the Call API column. Finally, use OpenAI to analyze it.

Thanks for letting me know

Is there any example online yet or it is too new so may not have?

Cheers

It’s too new. I would suggest you trying it yourself to see where you can go with it.

Cheers