|
| Total Answers and Comments: 5 |
Last Update: December 30, 2007 Asked by: sarath |
|
| | |
|
No best answer available. Please pick the good answer available or submit your answer. | |
October 25, 2005 02:54:22 | #2 |
| Rahiman |
|
|
RE: how to get the first 100 rows from the flat file i...
| please check this one, task ----->(link) session (workflow manager) double click on link and type $$source sucsess rows(parameter in session variables) = 100 it should automatically stops session. |  | | Is this answer useful? Yes | No | | |
|
| |
|
November 11, 2005 08:29:22 | #3 |
| Gooty |
|
Member Since: November 2005 Contribution: 1 |
RE: how to get the first 100 rows from the flat file i...
| I'd copy first 100 records to new file and load. Just add this Unix command in session properties --> Components --> Pre-session Command head -100 <source file path> > <new file name> Mention new file name and path in the Session --> Source properties. |  | | Is this answer useful? Yes | No | | |
|
| |
|
April 03, 2006 14:20:24 | #4 |
| Hemant Bhavsar |
|
|
RE: how to get the first 100 rows from the flat file i...
| 1. Use test download option if you want to use it for testing. 2. Put counter/sequence generator in mapping and perform it. Hope it helps. |  | | Is this answer useful? Yes | No | | |
|
| |
Go To Top
|