Skip to content

Is there a function for formatting the output of a Record? #26

Open
@rebecca-jellinek

Description

For example, golang package 'encoding/json' provides json.MarshallIndent() or json.Indent() which allows you to print your json bytes in a formatted way with tabs and such.

Is there a similar method for types of avro.GenericRecord? I would like to print the record and it is currently all jumbled.

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions