DEV Community

Discussion on: Export Records to CSV Files with Rails

 
victorhazbun profile image
Victor Hazbun

Ok, then you will need to do the following:

  1. On a BG job generate the CSV file
  2. Upload the file to AWS S3
  3. Save the URL in the DB
  4. Expose the URL in the front-end