CSV Exporter

Probe request CSV exporter module.

class probequest.exporters.csv.ProbeRequestCSVExporter(config, name=None)[source]

A probe request CSV exporter.

push(msg)[source]

Called by PipeEngine when there is a new message for the low entry.

Parameters:

msg – The message data

Returns:

None

Return type:

None