Skip to content

Added multijson format support

Compare
Choose a tag to compare
@danield137 danield137 released this 12 Jun 11:26
· 299 commits to master since this release

BREAKING CHANGES:

None.

FEATURES:

  • Added multijson support. this means that when trying to ingest json files that look like :
    [
        {...}, 
        {...}
    ]
    
    is now possible by specifying the format using ingestion properties.

FIXES:

None.