issues
search
ismailhammounou
/
db2ixf
db2ixf is a python package with a CLI that simplifies the parsing and processing of IBM Integration eXchange Format (IXF) files.
https://ismailhammounou.github.io/db2ixf/
GNU Affero General Public License v3.0
17
stars
1
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
IXFParsingError
#84
bisoldi
opened
5 months ago
0
rename some methods
#83
ismailhammounou
opened
6 months ago
0
make ebcdic optional for legacy encodings
#82
ismailhammounou
opened
6 months ago
0
Switch to rust engine when using deltalake format with little improvments
#81
ismailhammounou
opened
8 months ago
1
Disable metadata collection as impacts deltalake overwrite of tables
#80
ismailhammounou
closed
8 months ago
1
Use int64 instead decimal128 in case scale = 0
#79
ismailhammounou
closed
8 months ago
0
Add time zone support for timestamp datatype
#78
ismailhammounou
closed
8 months ago
0
Disable strict type conversion in pyarrow
#77
ismailhammounou
closed
8 months ago
0
Drop support for python 3.8
#76
ismailhammounou
opened
8 months ago
0
Expose important methods in case use wants to add support to new output formats
#75
ismailhammounou
closed
8 months ago
0
Expose pyarrow record batches for use in other use cases
#74
ismailhammounou
closed
8 months ago
0
Update the way we get optimal batch size
#73
ismailhammounou
closed
8 months ago
0
invalid literal
#72
Boomw0351
closed
8 months ago
3
Improve the way we get the optimal batch size
#71
ismailhammounou
closed
8 months ago
0
Rename and refactor some parts of the code
#70
ismailhammounou
closed
8 months ago
0
bug: pyarrow.lib.ArrowTypeError: Expected bytes, got a 'datetime.time' object
#69
ismailhammounou
closed
9 months ago
0
bug when using seek on Remote FileSystem
#68
ismailhammounou
closed
9 months ago
0
bug in calculating file size when file opened by a non local file system
#67
ismailhammounou
closed
9 months ago
0
to_csv does not write the header
#66
ismailhammounou
closed
9 months ago
1
KeyError IXFTCCNT
#65
bisoldi
closed
9 months ago
4
Improve decimal collector
#64
ismailhammounou
closed
9 months ago
0
Refactor code and delete unnecessary GC
#63
ismailhammounou
closed
9 months ago
0
Change default batch size to decrease IO in some use cases
#62
ismailhammounou
closed
9 months ago
0
Fix UnboundLocalError error
#61
ismailhammounou
closed
9 months ago
0
Add garbage collection and try some workarounds to avoid memory leaks
#60
ismailhammounou
closed
9 months ago
0
improve documentation
#59
ismailhammounou
closed
9 months ago
0
Refactor code to avoid memory leaks
#58
ismailhammounou
closed
9 months ago
0
Add support for python 3.12
#57
ismailhammounou
opened
9 months ago
0
Add support for jsonline
#56
ismailhammounou
closed
9 months ago
0
Add doc about corrupted data and how it is handle
#55
ismailhammounou
closed
9 months ago
0
Handle division by zero when calculating number of rows
#54
ismailhammounou
closed
9 months ago
1
Fix error when checking data corruption rate against accepted one
#53
ismailhammounou
closed
9 months ago
0
Raise error in case of more than X% of corrupted extracted data
#52
ismailhammounou
closed
9 months ago
0
Change parse to a generator to optimize the memory and let user more freedom
#51
ismailhammounou
closed
9 months ago
0
Refactor code and delete some code
#50
ismailhammounou
closed
9 months ago
0
Fix error with float collector unpack requires a buffer of 8 bytes
#49
ismailhammounou
closed
9 months ago
0
Add support to error handling when facing UnicodeDecoding errors
#48
ismailhammounou
closed
9 months ago
0
Wrong alias of cp1252 to latin-1
#47
ismailhammounou
closed
9 months ago
0
Add support for vargraphic data type
#46
ismailhammounou
closed
10 months ago
0
[Feature] Support for VARGRAPHIC data type
#45
rckmath
closed
10 months ago
3
TypeError: 'type' object is not subscriptable
#44
AndreaEPFL
closed
1 year ago
1
Disable using large datatypes by default and enable schema_overwrite by default
#43
ismailhammounou
closed
1 year ago
0
Migrate to ruff for linting and formating
#42
ismailhammounou
opened
1 year ago
0
Improve json encoder to handle binary data
#41
ismailhammounou
closed
1 year ago
0
Add more arguments to deltalake output to control schema and larger datatypes
#40
ismailhammounou
closed
1 year ago
0
Fix bug in blob_collector and binary_collector
#39
ismailhammounou
closed
1 year ago
0
Fix error with blob_collector
#38
ismailhammounou
closed
1 year ago
0
Add support for longvarchar ixf datatype
#37
ismailhammounou
closed
1 year ago
0
Refactor code, format it and get rid of unused variables ...etc
#36
ismailhammounou
closed
1 year ago
0
Refactor code so internals of the package can be used easily
#35
ismailhammounou
closed
1 year ago
0
Next