Back to OsmosDeveloper DocsOsmos BlogWhat's New
Search…
⌃K
Links
👋
Getting Started with Osmos
🎉
What's New
✅
Developer Docs
Embed Osmos Uploader in React
Osmos Uploader Config Options
Uploader Client-Side Validation
Server Side Webhooks
Server Side Validation Webhook
Transformation Writeback Webhook
Parser Webhook
OpenAPI Webhook Testing
⏏
Osmos Uploader
🔀
Osmos Pipelines
⏩
Data Transformation & Cleanup
↘
Source Connectors
↖
Destination Connectors
⚙
Administration
🔒
Security
📞
Support
Back to Osmos.io
Powered By GitBook

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
Previous
Transformation Writeback Webhook
Next
OpenAPI Webhook Testing
Last modified 1mo ago
Copy link