Examples: query, "exact match", wildcard*, wild?ard, wild*rd
Fuzzy search: cake~ (finds cakes, bake)
Term boost: "red velvet"^4, chocolate^2
Field grouping: tags:(+work -"fun-stuff")
Escaping: Escape characters +-&|!(){}[]^"~*?:\ with \, e.g. \+
Range search: properties.timestamp:[1587729413488 TO *] (inclusive), properties.title:{A TO Z}(excluding A and Z)
Combinations: chocolate AND vanilla, chocolate OR vanilla, (chocolate OR vanilla) NOT "vanilla pudding"
Field search: properties.title:"The Title" AND text
Answered
Hi! I Feel Really Stupid Asking This, But: How Do I Download Graphs In A .Csv Format? I Only Have Download Json Button, Opposed To The Documentation That Says That I Should Also Have .Csv Button

Hi! I feel really stupid asking this, but: how do I download graphs in a .csv format? I only have download json button, opposed to the documentation that says that I should also have .csv button
image

  
  
Posted 10 months ago
Votes Newest

Answers 7


There are the docs:
image

  
  
Posted 10 months ago

None

  
  
Posted 10 months ago

@<1523701312477204480:profile|FrothyDog40> could you lead me to place in code where these buttons specified? I think I might have an Idea how to fix that and would like to contribute if I can

  
  
Posted 10 months ago

@<1580367723722969088:profile|SmoothDuck83> CSV export is only available for table plots

  
  
Posted 10 months ago

@<1580367723722969088:profile|SmoothDuck83> Not every plot is trivially be formed as a table (i.e. CSV), that's why the JSON export is available for all plots.
What were you considering?

  
  
Posted 10 months ago

@<1523701312477204480:profile|FrothyDog40> I wanted to just get XY coordinates to change the appearance of the plot

  
  
Posted 10 months ago

I.e. recreate it by myself

  
  
Posted 10 months ago
489 Views
7 Answers
10 months ago
10 months ago
Tags