Tag Archives: tibco file to database

TIBCO Process to List All Files in a Folder and Insert Into Database

While working on some file based tibco projects, I came across a situation where I need to put a large number of files names from a directory to a database table so that another application can fetch the file names from the database and perform its own actions for the files. In this post, I… Read More »

TIBCO Tutorial: How to Read Data From a File and Store to Database

While working on TIBCO projects, you often come across the situations where you need to read data from some text files, parse that data and then store it to a database table. In this step by step tutorial, I will explain you how you can read text file and then save its data to Oracle… Read More »