|
DataLoad Community
|
View previous topic :: View next topic |
Author |
Message |
lckali
Joined: 10 Jan 2008 Posts: 5
|
Posted: Wed Jan 23, 2008 3:44 am Post subject: Record at Production Environment |
|
|
Hi,
Can anyone share experience on creating record file?
My company using DataLoad for Oracle Financials.
As my company's Testing environment and Production environment may not be the same all the time, the record file created at Testing environment will not suitable for Production environment.
If create record at Production environment, some dummy records will be created and cannot be deleted (for some functions).
Does anyone facing the same problem? _________________ Thanks,
Ali |
|
Back to top |
|
|
David
Joined: 15 Nov 2005 Posts: 97 Location: Near Heathrow Airport, London
|
Posted: Thu Feb 07, 2008 1:18 pm Post subject: |
|
|
Yes, I have frequently required to have load files for different environments where the data is slightly different for each environment.
The "secret" is to prepare your data in Excel, then when you are ready, you can import the data directly from Excel into DataLoad using the button labelled "Import data from Excel". On the first two or three rows of my spreadsheet I will have various bits of control information, such as which environment (PROD, TEST, DEV) I want to populate. Below that, I have the actual data to be loaded. In some of these cells, I will use a formula such as
Code: | =IF(ENV="PROD","Production data",IF(ENV="TEST","Test Data","Development Data")) |
In other cases, I will have another sheet with a grid where the columns are the environments and the rows the different types of data and I will use the VLOOKUP, HLOOKUP or MATCH functions to pull the correct data for the environment I am loading today.
I hope that this has given you some ideas that will be appropriate to your own environment. _________________ When my time comes,
I want to die like my grandfather did:
quietly and in his sleep.
Not kicking and screaming like the passengers in his car.
David K. Dickson
DataLoad Forum Moderator |
|
Back to top |
|
|
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
Powered by phpBB © 2001, 2005 phpBB Group
|