When loading from my custom extractor to a csv or ...
# plugins-general
j
When loading from my custom extractor to a csv or jsonl target, I'm getting an error that says
Failed validating 'type' in schema['properties']['id']
where
{'type': ['integer']}
And the value is
'4'
. Do I need to convert values before they're sent to stdout?