1. read the file, extract the value (correstponds the row in DB table type and value) and stored in a tableRow object this
2.resultset the value spa
// 1. move to cursor to the insert row of the updateSet
if (insert) {
updateSetRow.moveToInsertRow();
} else { }
// 2. ASSIGN VALUES SECTION */
ResultSet edi = this.getEdiFilm(tableRow.id);
String name = edi.getString("new_title"); rest
edi.updateString("plan_movie_name", plan_movie_name);
// 3. insert the created row the exportSet
if (insert) {
updateSetRow.insertRow();
}
get