It is possible within FastTrack to "Import from CSV".
Is there a command line to accomplish this? I am hoping to be able to automate the process.
Search found 53125 matches
- Tue Jan 03, 2012 10:01 pm
- Forum: General
- Topic: Importing FastTrack Mapping Specifications from CSV
- Replies: 4
- Views: 1378
- Tue Jan 03, 2012 9:58 pm
- Forum: General
- Topic: parameterizing the transformation functions
- Replies: 16
- Views: 4575
I don't believe that will work, but do try it and let us know.
With only one additional level of redirection it would be easily done. The general function would incorporate a dispatcher of some kind based on the first argument value.
With only one additional level of redirection it would be easily done.
Code: Select all
GeneralFunction(<param>,<arg-list>)- Tue Jan 03, 2012 8:36 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Special characters Issue loading in DB
- Replies: 16
- Views: 3558
- Tue Jan 03, 2012 8:35 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Oracle Connector - Read in Parallel
- Replies: 10
- Views: 8479
- Tue Jan 03, 2012 8:33 pm
- Forum: General
- Topic: Difference bwteen dssh and uvsh
- Replies: 5
- Views: 2656
- Tue Jan 03, 2012 2:54 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Oracle Connector - Read in Parallel
- Replies: 10
- Views: 8479
- Tue Jan 03, 2012 2:52 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Performing right() fn with "+" addition
- Replies: 16
- Views: 4191
- Tue Jan 03, 2012 2:49 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Is it possible to generate the schema file using ds job
- Replies: 10
- Views: 19303
- Tue Jan 03, 2012 2:45 pm
- Forum: General
- Topic: Retrieving the InfoSphere domain user who executed a job
- Replies: 3
- Views: 1097
- Tue Jan 03, 2012 2:43 pm
- Forum: General
- Topic: parameterizing the transformation functions
- Replies: 16
- Views: 4575
Re: parameterizing the transformation functions
Your proof?pandeesh wrote:It's not possible in datastage.
I believe it is possible, but I'm not sure what you're asking. Could you provide a concrete example?
- Tue Jan 03, 2012 2:34 pm
- Forum: IBM QualityStage
- Topic: Match Specification (Match Command)
- Replies: 3
- Views: 2061
- Tue Jan 03, 2012 2:44 am
- Forum: General
- Topic: Passing Query Output as parameter
- Replies: 4
- Views: 1294
Is this a query that is guaranteed to return precisely one row? If so, what you seek can be done by using a server job to execute the SQL statement and load its output into the job's user status area whence it can be retrieved downstream in the controlling sequence via the Job activity's $UserStatus...
- Tue Jan 03, 2012 2:40 am
- Forum: General
- Topic: Dynamic table definition
- Replies: 3
- Views: 1162
Yes, at least for some databases. I have done this. A sequence reads the table definition from the system tables and constructs SELECT statement from these, and passes the SELECT statement as a job parameter to a job that makes heavy use of runtime column propagation. The job that constructs the SQL...
- Sun Jan 01, 2012 3:52 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Deletion of Files
- Replies: 5
- Views: 2699
- Fri Dec 30, 2011 6:43 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Need to handle new line termination for a field
- Replies: 11
- Views: 4192