data parsing from a file into java and then into a mysql database

后端 未结 5 1505
借酒劲吻你
借酒劲吻你 2021-01-24 08:43

I have .Data file given in the above format . I am writing a program in java that will take the values from the .data file and put it in the buffer. MY java program is connected

5条回答
  •  灰色年华
    2021-01-24 09:25

    This would be a perfect job for Groovy. Here's a gist with a small skeleton script to build upon.

提交回复
热议问题