Skip to content

Tag names are not converted according to specified convention for JSON #16

Description

@jc-a3s

When json output is specified in configuration, tag names are not converted. It's because this process in ColumnNamesConverter class is based on DataFrame schema but in case of JSON output format we have embedded structure. Things to do:

  • Retrieve fields of Map type
  • Iterate over the fields and change keys of the Map using withColumn function or any other similar.

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions