Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Excerpt
hiddentrue

Easy peasy. Use the "defined" function which takes a single key name as argument. e.g.

grib_filter/bufr_filter: How can I check if a key exists (is defined) in a message?

Step-by-step guide

Easy peasy. Use the "defined" function which takes a single key name as argument. e.g.

Code Block
languagebash
titlegrib_filter example
if (defined(Latin1)) {
    print "Key Latin1 is there for this message";
}



Content by Label
showLabelsfalse
max5
spaces~usa
showSpacefalse
sortmodified
reversetrue
typepage
cqllabel in ("kb-how-to-article","eccodes-faqs","grib_filter","grib","keys") and label in ("keys","grib_filter","bufr_filter") and type = "page" and space = "UDOC"
labelskb-how-to-article

...