Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi Everyone,
I am trying to get a filename from tfilelist which is not possible.
Then i tried to use tfilelistproperties but did not work out.May be I have done some mistake.
Could you please let me know how to get a specific filename using:
tfilelist->tfileinputdelimited
OR
tfilelist->tfileproperties->tfileinputdelimited
My ultimate aim is to get a specific file from a directory and load it into Oracle database.
Regards,
Mohit
Have a look to the following global variable associated to your component:
- tFileList_1_CURRENT_FILEPATH the current file with the full pathname
- tFileList_1_CURRENT_FILE the current filename
It is not working.
tfilelist process the files in alphabetical order.
I can't select the desired fileName.
Just put the desired filename(s) into the file mask area.
That will be hard coded. When the job will run ,It will get the file that need to be loaded and try to insert that.
I can not hard code every time.
Hi ,
I have 10 files.My job is running.There is a validation that it is checking for which file data is already loaded into database.
Suppose there are 2 files for which the data is not loaded.
It will try to load these 2 files only
But there is a catch,'tfilelist' will load all the files.It won't check for any 2 specific files.
So nowi want to understand how to make tfilelist work to check the specific file.
regards,
Mohit
Thanks,I will try it and show you the screenshot.
Regards,
Mohit