Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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)