consolidation / output-formatters

Apply transformations to structured data to write output in different formats.
Other
192 stars 13 forks source link

Fixes #78 - adds enclosure and escape character options for CsvFormatter. #79

Closed aaronsenecal closed 5 years ago

aaronsenecal commented 5 years ago

Overview

This pull request:

Summary

This PR addresses issue #78, extending CsvFormatter to support fputcsv's optional $enclosure and $escape_char arguments.

greg-1-anderson commented 5 years ago

Looks great - thank you for the contribution.