type To struct {
ShowHeader bool// indicate if we should show the header on the first record Header []string// let the user specify the header to be shown// contains filtered or unexported fields
}
To will convert incoming messages to a csv message output and send downstream