flatson icon indicating copy to clipboard operation
flatson copied to clipboard

Tool to flatten stream of JSON-like objects, configured via schema

Results 9 flatson issues
Sort by recently updated
recently updated
newest added

Added extendsclass.com, an online JSON Schema generator

Adding new fields ignoring functionallity, as described in https://github.com/scrapinghub/flatson/issues/7

The production code already works in Python 3, but the tests don't -- mainly because of the skinfer (which has a PY3 port in the way). We don't really need...

bug

In some cases, a dataset will have lists of objects with arbitrarity long size, but only a few first ones are really interesting. It would be nice to have an...

enhancement

It would be nice to be able to ignore fields. I think it's interesting to allow configuring this in two levels: both through the API (e.g. an argument for `Flatson()`)...

enhancement

It would be nice to have an option to transform a field before flattening. This could be configured through the schema, `flatson_transform` could allow to send a Python expression that...

enhancement

Adds support for mixed types lists.

Without skinfer, tests are more difficult to read (let's face it, schema is a complex object). So, I wonder if it wouldn't be better to have skinfer python3 support, and...