Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi TalendTeam,
Hi i have 61 files each having 80,000 (depends quite changing on daily basies) records and schema of all these files are same.
so i wanted to keep all these files in 61 different tables instead into one as per my company requirments.
so i have given dynamic table name in mysql output component taken from filelist as
((String)globalMap.get("tFileList_1_CURRENT_FILE"))
but here the problem is when am running with out batch mode and kept line limit as 10000 on run tab,all the records are inserting and comitted
but when am trying to increase the " Number of rows to insert" to 100000 then none of the records are inserting in to the table which is having less number of records.
and tried in auto commit mode also but no result
Appreciate for your quick response
Regards,
Rekha