seqcli icon indicating copy to clipboard operation
seqcli copied to clipboard

More `ingest` extraction patterns

Open nblumhardt opened this issue 6 years ago • 0 comments

  • :json - any JSON-formatted value; these will be ingested as strings, numbers, arrays, or structured data, depending on their contents
  • :jstring - a JSON-formatted (C-style) string
  • :sstring - a single-quoted (SQL-style) string with '' escaping
  • :dstring - a double-quoted string with "" escaping

nblumhardt avatar Apr 04 '19 00:04 nblumhardt