2017 © Pedro Peláez
 

library powermail-export

Powermail Export is a quick way of exporting Powermail answer data into a clean array or csv file

image

chmat/powermail-export

Powermail Export is a quick way of exporting Powermail answer data into a clean array or csv file

  • Friday, September 11, 2015
  • by ChMat
  • Repository
  • 1 Watchers
  • 0 Stars
  • 11 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 3 Versions
  • 0 % Grown

The README.md

Powermail Export

This script is a quick way of exporting Powermail answer data into a clean array or csv file., (*1)

Powermail Typo3 extension did not export well int. Questions for which a user did not provide an answer are not exported. Not even as an empty cell. This results in a csv file that is a nightmare to read., (*2)

Usage

Load class with your favourite autoloader or simply include() it., (*3)

Note to Microsoft Excel users:, (*4)

By default, downloaded file is UTF-8 encoded. Should you want to open the file with Microsoft Excel, then do not forget to convert file contents to ANSI., (*5)

Load Answers into array

<?php

use ChMat\PowermailExport\ParsePowermail;

$parser = new ParsePowermail();

$answers = $parser->parse($tx_powermail_fields, $tx_powermail_mails);

print_r($answers);

Download Csv

<?php

use ChMat\PowermailExport\ParsePowermail;

$parser = new ParsePowermail();

$parser->parseAndDownload($tx_powermail_fields, $tx_powermail_mails, 'customFilename.csv');

Contribute

Pull requests are welcome on: https://github.com/ChMat/powermail-export, (*6)

License

This project is available under the MIT license., (*7)

The Versions

11/09 2015

dev-master

9999999-dev

Powermail Export is a quick way of exporting Powermail answer data into a clean array or csv file

  Sources   Download

MIT

by Christian Mattart

11/09 2015

v1.0.1

1.0.1.0

Powermail Export is a quick way of exporting Powermail answer data into a clean array or csv file

  Sources   Download

MIT

by Christian Mattart

11/09 2015

v1.0.0

1.0.0.0

Powermail Export is a quick way of exporting Powermail answer data into a clean array or csv file

  Sources   Download

MIT

by Christian Mattart