def export
        @posts = TaggedPost.all
        
        csv_string_goals = CSV.generate do |csv|
           csv << ["User Id", "Content", "Category", "Goal", "Date", "Public"]