beforeSaveOutputFileWithOpt(context)
Function Declaration |
|
Type |
Interface function |
Description |
Runs a custom logic that changes the output before saving the file. For example, you can use this function to add the section source counters and the total of rows in the output file.
Tip:
This function is similar to the beforeSaveOutputFile(context), but supports additional parameters. Prefer this function whenever possible. |
Returns |
|
Input Parameters |
Related Topics
- File Builder Interface Functions
- afterGetPendingRequest(context)
- getPendingRequestFailure(context)
- processSourceData(context)
- processSourceFailure(context)
- beforeProcessRow(context)
- afterProcessRow(context)
- beforeSaveOutputFile(context)
- afterSaveOutputFile(context)
- customizeQuery(context)
- customizeSearch(context)
- customizeFieldValue(context)