Prepare for your Next Interview
This is a discussion on Loading for 6th Record within the Data Warehousing forums, part of the Databases category; In case of flat file I dont want to load first 5 rows in the target? It must load from the 6th record. Can anyone help me out. NOTE : [This ...
|
|||
|
Loading for 6th Record
In case of flat file I dont want to load first 5 rows in the target? It must load from the 6th record. Can anyone help me out.
NOTE : [This question was asked by Vinoth] |
| The Following User Says Thank You to JobHelper For This Useful Post: | ||
| Sponsored Links |
|
|||
|
Hi,
Logic ------ SRC----EXP-----FIL------TGT In expression create one varaible port(V_SEQ_NO) STEP 1: Write this expresssion in variable pt-> IF(ISNULL(V_SEQ_NO),1,V_SEQ_NO+1) STEP 2: Pass this port to FILTER STEP 3: In Filter condition, V_SEQ_NO = 6 Please get back to me in case of queries. Thx & Regards, Prakash |
|
|||
|
take filter after s.q and filter first five records.
|
|
|||
|
take expression transformation in that generate sequence by usin variables after that put filter and filter first five records.
|
|
|||
|
With what Chiru........!
![]() Please follow the step given by cme_prak
__________________
Sanghala www.dwforum.net - A Great resource for Data Warehousing Professionals If you are satisfied with my reply. Please click “Thanks” button which increases the reputation and can serve you better. |
![]() |
|
| Thread Tools | |
| Display Modes | |
|
|
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Record and Playback feature | Lokesh M | Test Cases | 2 | 03-01-2007 01:12 AM |
| Loading Library at Run time (.vbs file) | psuresh1982 | VB.NET | 2 | 02-01-2007 07:18 AM |
| Loading a ListBox from a Recordset (in C++) | ultranet | C and C++ | 1 | 12-29-2006 07:58 AM |
| Difference between V, VB, VBA record formats | Lokesh M | VB.NET | 0 | 12-07-2006 04:57 AM |