addDataChunk()
|
Function Declaration |
|
|
Type |
Object function |
|
Description |
This function sends a financial institution's data file to NetSuite in chunks. NetSuite encrypts each chunk before storing it in the database. Encryption and multibyte characters can increase a chunk's size. Each chunk supports approximately 14 million single-byte characters. |
|
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..." });