Skip to content
This repository has been archived by the owner on Dec 24, 2018. It is now read-only.

Add data transforms on outbound data #53

Open
jimmiebtlr opened this issue Oct 24, 2017 · 0 comments
Open

Add data transforms on outbound data #53

jimmiebtlr opened this issue Oct 24, 2017 · 0 comments

Comments

@jimmiebtlr
Copy link

First, thanks for a very clean and well written repo, and sorry for the torrent of issues and prs.

Not sure if there is a clean way to implement this. I'd like to be able to transform data before sending to storage.

Ex.

A field that has some placeholder when a value was missing could be tossed out if not of a number type

{"someField": "No value"}  => {}

and

{"someField": 123} => {"someField": 123}

Alternatively, maybe something with being able to toss out a field when it doesn't match the schema?

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant