Catmandu::Exporter::Null - a expoter that doesn't export anything
Contents
Description
This exporter exports nothing and can be used as in situations where you export data in the Fix script
itself.
Name
Catmandu::Exporter::Null - a expoter that doesn't export anything
See Also
Catmandu::Importer::Mock
perl v5.40.0 2025-01-17 Catmandu::Exporter::Null(3pm)
Synopsis
# From the commandline
$ catmandu convert JSON --fix myfixes to Null < /tmp/data.json
$ catmandu convert JSON --fix 'add_to_exporter(.,JSON)' to Null < /tmp/data.json
