cancel
Showing results for 
Search instead for 
Did you mean: 

How to read the entire CSV file content

former_member350687
Participant
0 Kudos

Hi All,

I am using JDBC adapter and i need to send the entire CSV file to the Blob datatype filed.

How to achive this?

Thanks

Mahi.

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi Mahi

So you want to send the content of the entire CSV file to a particular field in data base?

You can write a java mapping to read the content of the CSV file and then populate the same under the field of the data base.

If you need help on java mapping then please provide the sample CSV file and the target JDBC structure.

former_member184720
Active Contributor
0 Kudos

I think you can make use of the below wiki..

http://wiki.scn.sap.com/wiki/pages/viewpage.action?pageId=60653713

Rest would be a direct mapping..