lako12

Results 3 issues of lako12

Hi guys I have this CSV file ![image](https://user-images.githubusercontent.com/58422683/157059125-d998f983-1e35-4d17-9ecc-f6274c10af3a.png) The problem is that the text of the ID column is converted as ""ID"" So I will have this json: { "MODULE"...

Hello, I am using spring boot 2.7.4. I'm trying to call this Oracle function: ```sql FUNCTION GetKey( p_table VARCHAR2 ) RETURN PLS_INTEGER; ``` To do this, I'm using `SimpleJdbcCall`: ```java...

status: waiting-for-triage
in: data

I have a Java method that needs to read the PDF files inside a folder and create a file corresponding to the merge of all those inside the folder. Finally...

bug