SkipNullValuesFormatter
in package
A class to remove null value from data before insertion into a CSV
Tags
Table of Contents
- __invoke() : array<string|int, mixed>
- remove null value form the submitted array
Methods
__invoke()
remove null value form the submitted array
public
__invoke(array<string|int, mixed> $row) : array<string|int, mixed>
Parameters
- $row : array<string|int, mixed>