Opened 17 years ago
Closed 17 years ago
#904 closed enhancement (fixed)
Subclasses of AbstractFlatFileImporter should be able to wrap the file inputstream
Reported by: | Nicklas Nordborg | Owned by: | Nicklas Nordborg |
---|---|---|---|
Priority: | major | Milestone: | BASE 2.6 |
Component: | coreplugins | Version: | |
Keywords: | Cc: |
Description
This would, for example, make it possible to use the AbstractFlatFileImporter to parse text files that have been compressed.
Change History (2)
comment:1 by , 17 years ago
Owner: | changed from | to
---|---|
Status: | new → assigned |
comment:2 by , 17 years ago
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Note:
See TracTickets
for help on using tickets.
(In [4101]) Fixes #904: Subclasses of AbstractFlatFileImporter should be able to wrap the file inputstream