lako12
lako12
Hi guys I have this CSV file  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...
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...