You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For inputted csv vlmd template files that have a regex in a json path header name (e.g., standardsMappings[\d+].url rather than an actual index (e.g., standardsMappings[0].url), assume \d+ = 0 for the csv data dictionary convert/exract function
For inputted csv vlmd template files that have a regex in a json path header name (e.g.,
standardsMappings[\d+].urlrather than an actual index (e.g.,standardsMappings[0].url), assume\d+=0for the csv data dictionary convert/exract function