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
Justin DJustin D 

Best practice of data integration using a flat file

I have a flat file (.csv) that gets appended everydaywith two columns of data (UniqueID and Number (1-10)).
I am trying to update into Salesforce database on a daily basis as well.

What is best practice of doing it?
Is there any tool inside Salesforce org that would do it?
I am from Microsoft stack (using SSIS (SQL Server Integration Service)), so I am trying to find out if there is any tool or API inside Salesforce.
Should I just use Python file and run it?