You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi Team, I am trying to convert json file to avro file. after convertion the data is not appending properly as marked in the above image. could you please help me
input.json
package main
import (
"bytes"
"encoding/json"
"fmt"
"io/ioutil"
)
func main() {
}
type Field struct {
Name string
json:"name"
Type string
json:"type"
}
The text was updated successfully, but these errors were encountered: