Download the PHP package fferreri/netsuite-data-dumper without Composer
On this page you can find all versions of the php package fferreri/netsuite-data-dumper. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download fferreri/netsuite-data-dumper
More information about fferreri/netsuite-data-dumper
Files in fferreri/netsuite-data-dumper
Package netsuite-data-dumper
Short Description Helps in downloading data from your Netsuite account. It extracts most of the supported object types and stores them as JSON files.
License Apache-2.0
Homepage https://github.com/fferreri/netsuite-data-dumper
Informations about the package netsuite-data-dumper
Netsuite Data Dumper
The Netsuite Data Dumper (NSDD) is a Symfony Console Application that helps in downloading raw data from Netsuite. It extracts most of the supported record types and stores them as JSON files. All is done using Netsuite's PHP Toolkit through the great Ryan Winchester's "NetSuite PHP API Client".
Requirements
NSDD requires PHP 5.5+
Installation
The supported way of installing NSDD is via Composer.
Configuration
Before running dumper.php
you must supply your Netsuite credentials through the 'config/general.ini' configuration file.
You usually need to edit the email, password, role and account fields. That information is available in Netsuite's setup area.
Usage
NSDD is designed to be very simple and straightforward to use. All you can do with it is to download records from Netsuite and export those records into a CSV file to be inserted into your favorite database.
Run $ dumper.php
command from your terminal to see the available commands and the supported parameters.
ns:get
ns:dump
ns:export
ns:fields
License
Original work is Copyright NetSuite Inc. 2015 and provided "as is."
All versions of netsuite-data-dumper with dependencies
symfony/console Version ~2.6
symfony/var-dumper Version ~2.6
fungku/netsuite-php Version ~2015.1
league/csv Version ^7.1
hassankhan/config Version ^0.8.2