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
Hi,
would you be able to provide functionality for parsing *.csv files from input streams instead of files? We are working with dsfinv-k data but just in memory extracting them right from the provided archive files. That probably would be also a requirement for gdpdu-parser.
just note: we are using ByteArrayInputStream to read files multiple times.
Thanks
The text was updated successfully, but these errors were encountered:
Hi,
I think we should start with conversion of File indexXml to InputStream indexXml. So basically everywhere where file is used currently, just use inputStream instead. Then If you'd like to still have File at method input, it should then load content of file to ByteArrayInputStream and pass data to modified methods.
Hi,
would you be able to provide functionality for parsing
*.csv
files from input streams instead of files? We are working with dsfinv-k data but just in memory extracting them right from the provided archive files. That probably would be also a requirement forgdpdu-parser
.just note: we are using
ByteArrayInputStream
to read files multiple times.Thanks
The text was updated successfully, but these errors were encountered: