
Chuck Tomasi
Tera Patron
Options
- Subscribe to RSS Feed
- Mark as New
- Mark as Read
- Bookmark
- Subscribe
- Printer Friendly Page
- Report Inappropriate Content
‎09-06-2011
11:56 AM
I learn a lot from my co-workers, and I learn a lot from our customers too. About a year ago I was on a conference call with a customer working on an import set and transform map when she showed me a time saving trick dealing with import sets.
The traditional model for a first time import goes like this:
- Ensure you have a target (table) via System Definition> Tables & Columns
- Upload/import your data to an import set
- Create a transform map
- Specify target
- Define field mapping
- Write any necessary scripting to further manage the data
- Run the transform against the import set
- Check your results
Once you've gone through this a first time, it's likely you'll need to update your transform map and retest it, at which point the procedure now looks like:
- Modify the transform
- Upload/import your data to an import set
- Run the transform
- Check your results
The time saver comes in step 2. If you're uploading the same spreadsheet, or getting the same JDBC data over and over again, you can eliminate this step and just use the data already stored in the import set from the previous load by changing the state from Processed to Loaded. This is much faster than uploading even a small spreadsheet.
To do this, go to System Import Sets> Advanced> Import Sets. From the list view, change the state from Processed to Loaded.
Now, go back to System Import Sets> Run Transform. You will now see the same import set (e.g. ISET0010012) available to test your transform.
Select it and click the Transform button. You can reset the Import Set from processed to loaded as many times as you like to test your transform map without going through the potentially time consuming step of reloading the data from an external source each time.
Good luck!
1 Comment
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.