Skip to content

Customise the mappings between filetypes and data format to activate the previewΒ #206

Open
@feigaoxyz

Description

@feigaoxyz

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"
  }
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    UXUser Experience enhancementenhancementNew feature or request

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions