VEuPathDB / EdaSubsettingService

A REST service to provide data and subsetting in the Exploratory Data Analysis Workspace
Apache License 2.0
0 stars 0 forks source link

EDA - for multi-valued terms, use a pipe between values #66

Open danicahelb opened 2 years ago

danicahelb commented 2 years ago

Currently, we use [““] styling in download files and subsetting results tables as an indicator that there are data conflicts (ie, multi-valued variables)

Example: ["Year"] in WASH-b BNG (under Participant repeated measures / Observation details

[““] is standard format in JSON arrays, but doesn’t necessarily work well for users in R, STATA, SAS, etc

We want to replace the [““] formatting for multi-valued terms with a pipe between the values