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
Shazib MahmoodShazib Mahmood 

Schedule export of certain fields and write new files from them

Hi Guys,

I am trying to think of a way to read multiple fields from a salesforce org and then write files that information.
Say, the field 1 can be name of the file and field 2 can be the content. What are the tools and integrations that I will need to do this:

1. Files are created locally and put them on cloud e.g gitub or some online code respository.
2. Files are created on cloud e.g gitub or some online code respository.




Thanks
Shazib
SonamSonam (Salesforce Developers) 
Hi Shazib,

Do you mean to say objects instead of fields.Here the requirement is not so clear - could you please give an example of what you wish to export from Salesforce?
Shazib MahmoodShazib Mahmood
Hi, Take for example an account address field. Export and make a new file for each row. Thanks