Jump to content

Experts In Informatica/sql/shellscripting


Recommended Posts

Posted

Say there is a emp table with salaries listed. From that table insert ย the data to target where sal<3000 and reject other rows.

  • Replies 30
  • Created
  • Last Reply

Top Posters In This Topic

  • Srinidhi

    15

  • venky29

    7

  • gabbarsingh1

    4

  • 150bryant

    1

Top Posters In This Topic

Posted
Suppose you are importing a flat file emp.csv and hire_date column is in numeric format, like 20101111 .Our objective is convert it to date,with a format 'YYYYMMDD'.
ย 
Posted

I have flat file as a source which contains N number of records. How to load half of the source data into the target table in the first session run and the remaining half of the records in the second session run. Assume that the source data does not change between session runs.

Posted

How to route unique rows to one table and duplicate ones to another table?

Posted

I have flat file as a source which contains N number of records. How to load half of the source data into the target table in the first session run and the remaining half of the records in the second session run. Assume that the source data does not change between session runs.

ย 

sare ippudu assume cheskuntadu... ade nerchukuntadu,... repu job lo join aina tarvatha aa assumption wrong aithe,... :3D_Smiles:

Posted

sare ippudu assume cheskuntadu... ade nerchukuntadu,... repu job lo join aina tarvatha aa assumption wrong aithe,... :3D_Smiles:

andaru nee antha inti undaruย Winnie-the-Pooh.gif

Posted

andaru nee antha inti undaruย Winnie-the-Pooh.gif

ย 

ori nee eshalooooooo :3D_Smiles:

Posted

ori nee eshalooooooo :3D_Smiles:

close your eyes and solve all the aboveย Winnie-the-Pooh.gif

Posted

ย 

We have a source table containing 3 columns : Col1, Col2 and Col3. There is only 1 row in the table as follows:
ย 
Col1 ย  ย  ย  ย  Col2 ย  ย  ย  ย  Col3
a ย  ย  ย  ย  b ย  ย  ย  ย  c
ย 
There is target table containg only 1 column Col. Design a mapping so that the target table contains 3 rows as follows:
ย 
Col
a
b
c

ย 

ย 

use normalizer with 3 occurences

ย 

or create 3 target instances use 3 exp t/r and load to 3 target each col into each target
ย 

Posted

ย 

We have a source table containing 3 columns : Col1, Col2 and Col3. There is only 1 row in the table as follows:
ย 
Col1 ย  ย  ย  ย  Col2 ย  ย  ย  ย  Col3
a ย  ย  ย  ย  b ย  ย  ย  ย  c
ย 
There is target table containg only 1 column Col. Design a mapping so that the target table contains 3 rows as follows:
ย 
Col
a
b
c

ย 

ย 

use normalizer with 3 occurences

ย 

or create 3 target instances use 3 exp t/r and load to 3 target each col into each target
ย 

Posted

ย 

We have a source table containing 3 columns : Col1, Col2 and Col3. There is only 1 row in the table as follows:
ย 
Col1 ย  ย  ย  ย  Col2 ย  ย  ย  ย  Col3
a ย  ย  ย  ย  b ย  ย  ย  ย  c
ย 
There is target table containg only 1 column Col. Design a mapping so that the target table contains 3 rows as follows:
ย 
Col
a
b
c

ย 

ย 

use normalizer with 3 occurences

ย 

or create 3 target instances use 3 exp t/r and load to 3 target each col into each target
ย 

Posted

ย 

We have a source table containing 3 columns : Col1, Col2 and Col3. There is only 1 row in the table as follows:
ย 
Col1 ย  ย  ย  ย  Col2 ย  ย  ย  ย  Col3
a ย  ย  ย  ย  b ย  ย  ย  ย  c
ย 
There is target table containg only 1 column Col. Design a mapping so that the target table contains 3 rows as follows:
ย 
Col
a
b
c

ย 

ย 

use normalizer with 3 occurences

ย 

or create 3 target instances use 3 exp t/r and load to 3 target each col into each target
ย 

Posted

ย 

We have a source table containing 3 columns : Col1, Col2 and Col3. There is only 1 row in the table as follows:
ย 
Col1 ย  ย  ย  ย  Col2 ย  ย  ย  ย  Col3
a ย  ย  ย  ย  b ย  ย  ย  ย  c
ย 
There is target table containg only 1 column Col. Design a mapping so that the target table contains 3 rows as follows:
ย 
Col
a
b
c

ย 

ย 

normalizer with 3 occurences

sq nundi 3 target instances load

or use router and write expression to load particular column
ย 

×
×
  • Create New...