addDataChunk()
|
Function Declaration |
|
|
Type |
Object function |
|
Description |
This function enables you to transmit the financial institution's data file to NetSuite as a series of chunks. It encrypts the incoming chunks before storing them in the database. Each chunk size has a 25-million character limit. |
|
Returns |
void |
|
Input Parameters |
options - a JavaScript object with the property dataChunk, which is a chunk of data from your financial institution's data file. dataChunk is required and a string. |
Example
context.addDataChunk({dataChunk: "...transaction data..." });