Parser Webhook
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.

examples/examples/parser-webhook-csv at main · Osmos-io/examples
GitHub
Parser Webhook Example

examples/examples/parser-webhook-fixed-width at main · Osmos-io/examples
GitHub
Parser Webhook Fixed Width Example
Last modified 1mo ago