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

Add data transforms on outbound data #53

@jimmiebtlr

Description

@jimmiebtlr

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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions