Project

General

Profile

Feature #85590

Updated by Guido Schmechel almost 6 years ago

Use case: 
 We would like customize the csv file before the download starts. 

 Possible hooks: 
 - customizeCsvInit (So it is possible to rewrite the csv headline) 
 - customizeCsvRow    (So it is possible to change or remove single entries or lines)

Back