Open
Description
Hi. Not sure if this is already possible, but I haven't figured out from README yet.
My problem is, for some projects, the data is well formatted but the file is not ended with standard ext such as CSV, JSON, etc. For example, I have many data files in CSV format but they are named by "xxx.log".
It would be great to be able to customise workspace settings to map the files to a visualisation format: something like
{
"data.preview.mappings" : {
"data/*.log" : "CSV",
"data/*.raw" : "JSON"
}
}