Parser Webhook for file based connectors

In this section we provide a tutorial in which you will learn how to implement a webhook server that receives the bytes of a file and parses it to return the data inside the file in tabular form.

A parser webhook is used to pre-process source data before it goes through an Osmos Pipeline. An example includes combining multiple rows.

NOTE: Parser webhooks are only available in Source Connectors, and hence usable only with Pipelines

Last updated