skip to main | skip to sidebar

BUSUNESS OBJECTS DATA INTEGRATOR

......BODI Scenarios,Tips&Tricks,BODI FAQS........

Thursday, December 11, 2008

Dynamic Target File Names in BODI

Pre-Requisites :

In Data Files Section Set the properties like

Root Directory : D:\
File Location : $Dynamic_Name

Code in the Script File :

$Dynamic_Name='DYNAMIC_'to_char(sysdate(),'YYYY.MM.DD.HH.MI.SS')'.txt';

exec('D:\dy.bat',$Dynamic_Name,8);

Code in Batch File :

d:

echo %1 > d:\z.txt

type k.txt > %1

ATL Downloadable Link :

http://www.divshare.com/download/6199552-ba0
Posted by Ramesh Babu at 9:20 PM
Labels: Dynamic File Names in BODI, Dynamic Target File Names in BODI

No comments:

Post a Comment

Newer Post Older Post Home
Subscribe to: Post Comments (Atom)

My Favourites

  • Oracle Sql Plus
  • COMEDY
  • IMPORTANT URL's
  • SOUTHFILMNEWS

About Me

Ramesh Babu
Noida, U.P, India
View my complete profile

Blog Archive

  • ►  2011 (1)
    • ►  January (1)
  • ►  2009 (1)
    • ►  January (1)
  • ▼  2008 (14)
    • ▼  December (12)
      • BODI FAQS
      • Using a Table Without Importing It
      • Column having muliple values separated with ATTHER...
      • Renaming the Datastores of Soure / Target / Interm...
      • Extract Only the File Name from the relevant/Absol...
      • Strings Embedded with Commas enclosed with " "
      • Dataflow In a Infinite Loop searching for any Flat...
      • Dynamic Target File Names in BODI
      • Custom Function For Different Date Formats
      • Speeding up the BODI Repository
      • ERRORS....IN.....BODI
      • Job Failed----Error Log should be printed automati...
    • ►  November (2)