Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
At first i will represent my input data
I have an Excel sheet that contains one table with the next columns :
- Code that belong to a student
- and 12 column that contain the result of the student in each module in school
So i want to split this table into 2 table in mysql the first table contain student informations and the second contain module results
Any suggestions ?!
tFileInputExcel ---------> tMap ------------mysql_table1
------------mysql_table2
Hello Youness,
Here's some hints :
Your job could be designed like this :
With this king of mapping inside th tMap :