forked from singer-io/singer-python
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add support for custom decimal string formatter (singer-io#125)
* Handle possible input types to format as decimals * Stringify resulting data post-decimal conversion, fix return * Pylint fixes * added tests for singer.decimal logic * modified transform to parse NaN values as NaNs * changed logic to transform occurrence of snan into a nan Co-authored-by: Jacob Baca <[email protected]> Co-authored-by: Jacob Baca <[email protected]>
- Loading branch information
1 parent
49c9f08
commit 0892140
Showing
2 changed files
with
82 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters