• Li Wang
  • NEWBIE
  • 0 Points
  • Member since 2016

  • Chatter
    Feed
  • 0
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 1
    Questions
  • 0
    Replies
Hi,
I have a url which refers to a .csv file. That means if you put the url into your browser, you will download a .csv file.
But how can I use http callout to directly get the content of the .csv file?
I have tried httpresponse, but it does not work. I think it is because httpresponse can only parse Json or xml.
Thanks!