function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Connor T. DoyleConnor T. Doyle 

Import data from CSV feed link into custom object

I am trying to grab data from an external app and write it to a field on a custom object.

The external app can create a CSV feed link to get access to all of the project data I am looking for. What I am wanting to do is grab the percent complete cell from the CSV feed link and write it to a percent complete field on a custom object record.

Ideally, I would be able to do this by pasting this link into a field on this custom object. Then have apex or some other method grab specific data from the csv that is linked and write it to a different field.

Is this even possible? If so how can I make it happen?

Thank you for any help.