vizier-scala icon indicating copy to clipboard operation
vizier-scala copied to clipboard

Add default load options for specific formats to load dataset cell

Open okennedy opened this issue 1 year ago • 0 comments

What pain point is this feature intended to address? Please describe. Certain formats have relatively straightforward options, and it would be useful to make them more discoverable. e.g.,

  • JSON
    • [ ] Multiline
  • CST
    • [x] Field Separator
    • [ ] Quoted

Describe the solution you'd like Something like how we already automatically show the field separator as an argument for CSV files, we should show common options for other formats as well.

Describe alternatives you've considered Manually entering these options is possible, but not very discoverable.

okennedy avatar Oct 13 '23 14:10 okennedy