Open mr-martian opened 2 months ago
It should be possible to export only a subset of the data (e.g. a FLExText file with only passive sentences). Perhaps we could have each Writer subclass define a base query and then users can add conditions to it.
Writer
A similar mechanism for query updates could also be applied to Reader's merge_on.
Reader
merge_on
It should be possible to export only a subset of the data (e.g. a FLExText file with only passive sentences). Perhaps we could have each
Writer
subclass define a base query and then users can add conditions to it.