Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/gmihaylov/netsuite-saved-search-export-csv
Simple Scheduled script that export Saved Search results to CSV file
https://github.com/gmihaylov/netsuite-saved-search-export-csv
netsuite suitescript2
Last synced: about 2 months ago
JSON representation
Simple Scheduled script that export Saved Search results to CSV file
- Host: GitHub
- URL: https://github.com/gmihaylov/netsuite-saved-search-export-csv
- Owner: gmihaylov
- License: mit
- Created: 2023-12-25T22:05:54.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-12-29T02:16:42.000Z (about 1 year ago)
- Last Synced: 2023-12-29T03:47:18.999Z (about 1 year ago)
- Topics: netsuite, suitescript2
- Language: JavaScript
- Homepage:
- Size: 247 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE.md
Awesome Lists containing this project
README
# NetSuite Saved Search Export CSV
Simple Scheduled script that export Saved Search results to CSV file## Used libraries
- csv-stringify (https://www.npmjs.com/package/csv-stringify)## Features
- Saved Search column labels are used for CSV headers
- File Cabinet file size limit is overcome by using appendLine## Performance
- Tested with 10 column Saved Search / 112626 lines
- Processing time: 9 minutes
- Output CSV Filesize: 6.79 MB## Screenshots
![App Screenshot](screenshots/screenshot1.png)