You are not logged in.
Announcement
Unanswered posts
|
Pages: 1
I have the weirdest problem ever.
I have a loading process of some .csv(s) from a directory using tfiledelimted and its (supposedly) being saved into mysql table.
On the same job, after I am done loading all the .csv files I am using tmysqlinput to load the data from the "just" inserted table onto a new .csv file.
Except some encoding, the process works great.
However, for some reason the data on the table (mysql) is gonna after the process is finished - that is the table doesn't consist 0 rows (although the file was outputted from the job had rows (about 5000 rows)).
Any help is very welcome.
Pages: 1