How to save Collection as a .csv file?
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
20-06-17 11:44 PM
1 REPLY 1
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
21-06-17 05:00 AM
1) Use object Utility Strings to generate a ""string"" from a collection
2) Use object File Utility to save the string into a file.
3) That's it
