processImportRow(context)
Function Declaration |
|
Type |
Interface function |
Description |
Runs a custom logic as it processes each row from the import file. This function is the main part of the file import process, therefore its implementation is required. For example, you can use this function to create a transaction based on the content imported from the processed row. |
Returns |
|
Input Parameters |
parsedRow: unknown,
Note:
The unknown parameter is the row from the imported file. importFileRow: ImportFileRow |