Closed jrosskopf closed 9 months ago
super
I couldn't succeed on my lab! How about you Simon?
@gustavoleo, I also did some more tests regarding the decimal bug. It seems to be fine now. I build some demos for modern data stacks when I have free time from the main business.
@sipemu Any aditional logs needed?
con.sql(""" SELECT MANDT, BUKRS, KZKRS, BLART, BUDAT, MONAT, KURSF FROM SAP_READ_TABLE('BKPF') LIMIT 5 """)
InvalidInputException: Invalid Input Error: Failed to cast value: Could not convert string " 1.24140-" to DECIMAL(9,5)
From BKPF if we Try to write rto Parquet go got a error in some Date fields like AEDAT [BKPF.zip] XTRACT_BKPF.zip (https://github.com/DataZooDE/erpl/files/14510320/BKPF.zip)
Try to fix #5. By changing the treatment of BCD values. We were blindly using string representation of BCD reveived from the RFC framework and default DuckDB cast. This pull requests adds
Hope it helps.