• Pravin Kumar
  • NEWBIE
  • 0 Points
  • Member since 2012

  • Chatter
    Feed
  • 0
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 0
    Questions
  • 1
    Replies

Hi,

How can create CSV files Dynamically for example All Contacts and move this file to File Storage.

My Approach (Please Suggest if its right or any alternatives)

 

1. Read to list Contacts.

2. convert data into a string csv. 

3. create a file for the same 

4. move to file storage.