Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi,
I try to upload in a mysql table, a lot of files.
So I try like this:
tFileList_2 ------> tIterateToFlow_2 -- What to put here ----> tFileInputDelimited_1 ------> tMap_1 ------> tMysqlOutput_1
1) tFileList_2 I use a context where I define the path (listedesfichiers for the name) and a filter on the extention file (*.I18)
2) tIterateFlow_2 I use the mapping name Fichiers and this value : ((String)globalMap.get("tFileList_2_CURRENT_FILEPATH"))
3) tFileInputDelimited_1 Is metadata on one file, all the file have the same layout : int, int, date, int, int.
4) tMap_1 I do the matchin gbetween the column of the files and the field on the Mysql databse
5) tMysqlOutput_1 where i give the parameters for the connection.
I can upload only one file, but I would like to upload all the file present in tFileLIst_2 in my database, but I don't know to send all the value to the component and witch component to use!
Regards
Burnside.