How to select all columns in a file #63
-
Thank you for your contribution. For exemple: My application creates metric## automatically and a new column is added to the .csv file. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Hm. You can only graph it with a valid schema (a time field and number fields). Since the columns seem to be dynamic, I guess you'd have to automatically configure the schema. This is not supported unfortunately and I don't have a clear solution in mind. Maybe we could support regex in the schema editor? So you'd set |
Beta Was this translation helpful? Give feedback.
Hm. You can only graph it with a valid schema (a time field and number fields). Since the columns seem to be dynamic, I guess you'd have to automatically configure the schema. This is not supported unfortunately and I don't have a clear solution in mind. Maybe we could support regex in the schema editor? So you'd set
metric[0-9]+
as the field name, and then set the type.