afterProcessRow(context)
Function Declaration |
|
Type |
Interface function |
Description |
Runs a custom logic after processing a row. You can use this function to modify the string that resulted from the processing of the row. The string is then written to the output file. |
Returns |
String |
Input Parameters |
source: SectionSource, request: FileProcessingRequestParams, sourceFieldsData: SourceField[ ], row: any
Note:
The row: any parameter is the row object obtained from the query. |
Related Topics
- File Builder Interface Functions
- afterGetPendingRequest(context)
- getPendingRequestFailure(context)
- processSourceData(context)
- processSourceFailure(context)
- beforeProcessRow(context)
- beforeSaveOutputFile(context)
- beforeSaveOutputFileWithOpt(context)
- afterSaveOutputFile(context)
- customizeQuery(context)
- customizeSearch(context)
- customizeFieldValue(context)