/**
* @param ProgressHelper $progress
* @param OutputInterface $output
* @param string $filename
*/
public function __construct(ProgressHelper $progress, OutputInterface $output, $filename)
{
$progress->setFormat(ProgressHelper::FORMAT_QUIET);
$output = new ExportOutput($output, $filename, false);
// reset old value
$output->write('0%');