As of December 1, 2020, Focal Point is retired and repurposed as a reference repository. We value the wealth of knowledge that's been shared here over the years. You'll continue to have access to this treasure trove of knowledge, for search purposes only.
Join the TIBCO Community TIBCO Community is a collaborative space for users to share knowledge and support one another in making the best use of TIBCO products and services. There are several TIBCO WebFOCUS resources in the community.
From the Home page, select Predict: WebFOCUS to view articles, questions, and trending articles.
Select Products from the top navigation bar, scroll, and then select the TIBCO WebFOCUS product page to view product overview, articles, and discussions.
Request access to the private WebFOCUS User Group (login required) to network with fellow members.
Former myibi community members should have received an email on 8/3/22 to activate their user accounts to join the community. Check your Spam folder for the email. Please get in touch with us at community@tibco.com for further assistance. Reference the community FAQ to learn more about the community.
Hi Team, I have a requirement for automation process. Need to read around 6 excel\csv files from particular path(local or FTP) and load the data in single table. based on that table need to create a report. this is daily process. Every day morning some one place the excel\csv in path.
below are details process flow. Step 1: Read the Excel\CSV files from particular path. Step 2: Filter the data based on conditions. Step 3: Join the filtered data to another table and load the final data in server. Step 4: Create a excel report based on above table. (Report can be created using Developer studio) Step 5: Send the Excel output to group of user thru Email. ( we can schedule report in report caster)
Need to automate first 3 steps.(like MS SSIS package) How to achieve this process using WF\Data Migrator.
Please help me on this.This message has been edited. Last edited by: Maran,
Maran, What is the reason for automating the first 3 steps only? Is there some more manipulation to be done before Report Caster kicks in? In any case, as Ricardo has pointed out, there is lots of WebFOCUS involved:
Creating metadata.
Using the TABLE command extensively.
Using the JOIN command judiciously.
Maybe some MODIFY to create an output file - but not necessarily. A simple sequential file might be possible.
Did you get training for all this?
Daniel In Focus since 1982 wf 8.202M/Win10/IIS/SSA - WrapApp Front End for WF
Posts: 1980 | Location: Tel Aviv, Israel | Registered: March 23, 2006
The first 3 steps can be automated using 'Data Migrator' ETL tool similar to SSIS. It uses the same FOCUS code as WebFocus but it has a GUI (through Data Management console) to extract, transform and load with out writing the Focus code
Originally posted by RaviVaradan: The first 3 steps can be automated using 'Data Migrator' ETL tool similar to SSIS. It uses the same FOCUS code as WebFocus but it has a GUI (through Data Management console) to extract, transform and load with out writing the Focus code
Thanks Ravi. I don't have knowledge on Data Migrator ETL. Iam searching for training materials. Can you share any tutorial/training document for Data Migrator.