Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


With out using Funnel Stage, how to populate the data from
different sources to single target

Answers were Sorted based on User's Feedback



With out using Funnel Stage, how to populate the data from different sources to single target..

Answer / vijay

Hi Kiran ,

We can populate the sources metadata to target without
using funnel stage using "Seqential File" Stage.

let me explain

In Sequential file we have a property called "File" so first
u give the file name and load the data.

Next time in the same sequential file right side we have a
property "File" just click on that so it will ask another
file name just give other file name ...do not load the data
, in the same you can give how many files u have.

Finally u ran the job Automatically the data will be appended.

Thks

Is This Answer Correct ?    14 Yes 5 No

With out using Funnel Stage, how to populate the data from different sources to single target..

Answer / natasha

use a merge stage.

Is This Answer Correct ?    12 Yes 5 No

With out using Funnel Stage, how to populate the data from different sources to single target..

Answer / sagar

better use join stage kiran,bcause join stage accepts
toretrive the records from different stages,and also join
accepts many inputs and one output link.so dis stage can
satisfies ur condition.and also ihave to say merge,lookup
accepts rejects u need one target so join will satisfies....


ur's
sagar

Is This Answer Correct ?    8 Yes 2 No

With out using Funnel Stage, how to populate the data from different sources to single target..

Answer / gourav

using merge, join or lookup stage.

Is This Answer Correct ?    8 Yes 4 No

With out using Funnel Stage, how to populate the data from different sources to single target..

Answer / venugopal

Hi Kiran,

We can populate the sources metadata to target without
using funnel stage using "Seqential File" Stage.

let me explain

In the source file path uu can mention process date and
file name with *.txt extension
For Ex:
#SRC_DATA_DIR#/JD/incoming/intermediate/*#PROC_DT#_SHIPMENT*
.txt

Above path PROC_DT is process date and SHIPMENT is file
name

Now the data can be retrieved from multiple files and
populated into a single file.

Hopes this will help you Kiran.

Any Doubts cal on 09767117168

Is This Answer Correct ?    4 Yes 2 No

With out using Funnel Stage, how to populate the data from different sources to single target..

Answer / subhash

1. Parameterise the File name and pass the diff file names
at run time, in the target we can put write mode 'append'

2. We can add multiple 'File' properties in the seq file
stage and give them diff file names and run it.

3. If all files are in same directory, then
File: DirectoryName/*#Date#.txt
and run the job.

Is This Answer Correct ?    3 Yes 1 No

With out using Funnel Stage, how to populate the data from different sources to single target..

Answer / kiran

hai sagar,gourav and natasha..,Ur answer is correct but my
quetion is wrong .
my reqment is, i am having multiple sources(flatfies)
and sources metadata same and poulated to target without
using funnel stage

Is This Answer Correct ?    2 Yes 1 No

With out using Funnel Stage, how to populate the data from different sources to single target..

Answer / sag

so kiran,iam not hving idea viewers plz respond kiran's
requirement


sag

Is This Answer Correct ?    2 Yes 1 No

With out using Funnel Stage, how to populate the data from different sources to single target..

Answer / sesadri

In sequential Stage keep file method as File Pattern, and provide the file name as File_Name_*.csv and file should have similar naming convention.

Is This Answer Correct ?    1 Yes 0 No

With out using Funnel Stage, how to populate the data from different sources to single target..

Answer / bharath

Hi kiran,

in one same job you create as follows,

seq1------>tseq1

seq2------>tseq2

step1:load first source into tseq1 as file name tgt.txt

step2:load second source into tseq2 as file name
tgt.txt(ensure file name first file name only)

step3:Give file upload mode=Append


run for one time you will get...

Is This Answer Correct ?    2 Yes 2 No

Post New Answer

More Data Stage Interview Questions

Demonstrate experience in maintaining quality process standards?

0 Answers   iGate,


types of errors in datastage?

2 Answers   Reliance,


difference between server shared container and parallel shared container

6 Answers   CTS,


What are the types of containers?

0 Answers  


what is main difference between change capture and change apply stages

4 Answers   IBM,


What are the stages in datastage?

0 Answers  


What is active and passive stage?

0 Answers  


What is the difference between datastage and datastage tx?

0 Answers  


How many types of hash files are there?

0 Answers  


root tree will find which is server job and which is parallel job?

0 Answers   IBM,


What are the steps needed to create a simple basic datastage job?

0 Answers  


Hi, My source is oracle(eno,ename,sal,commision,...), my requirement is like this, if there is a null values in commission col i want to keep it as null,and for the remaining first two characters of the value in my target. Plz help me

1 Answers  


Categories