Read columns via DynamicTable
#130
Labels
category: enhancement
proposed enhancements or new features
priority: medium
non-critical problem and/or affecting only a small set of users
#85 adds core read capabilities. For
DynamicTable
specifically, it would be useful to have convenience methods to readVectorData
columns that may also be specified dynamically and not be part of the schema.This is also related to #131 , which may partially address this issue or at least provide functionality for implementing a solution to this issue.
Currently, a user can get the path from
DynamicTable
and thecolNames
to construct the paths or usefindTypes
to search for columns in theDynamicTable
. However,DynamicTable
itself does not provide a way to createReadDataWrapper
objects for theVectorData
columns it manages.The text was updated successfully, but these errors were encountered: