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.
I am using File Listener to get some csv files at a particular folder location and load those to a target table. It is successful and i use SOURCE_FILE_NAME as an INSTANCE to get the source file name in the target table. So when i use this dataflow in my process flow,how can i grab the source file name.? I need to include the source file name in a procedure to store the log regarding each dataflow. Can i grab the SOURCE_FILE name out of data_flow.?This message has been edited. Last edited by: FP Mod Chuck,
WF8206,Windows 7,8,10 HTM,PDF,EXCEL
Posts: 229 | Location: MI | Registered: September 13, 2017
After the data flow completes you can have a stored procedure that reads that column out of the target table, hold the results and then do a -READFILE of the hold file into a variable and then reference the variable in your procedure.
TABLE FILE TARGET_TABLE PRINT SOURCE_FILE_NAME WHERE RECORDLIMIT EQ 1 ON TABLE HOLD AS SOURCE_FILE_NAME FORMAT ALPHA END -RUN -READFILE SOURCE_FILE -RUN -SET &&SOURCE_FILE_NAME = &SOURCE_FILE_NAME;
Using a global variable so it will be available in your subsequent procedure.
Thank you for using Focal Point!
Chuck Wolff - Focal Point Moderator WebFOCUS 7x and 8x, Windows, Linux All output Formats
Posts: 2127 | Location: Customer Support | Registered: April 12, 2005