Srinidhi Posted June 23, 2014 Report Posted June 23, 2014 Say there is a emp table with salaries listed. From that table insert ย the data to target where sal<3000 and reject other rows.
Srinidhi Posted June 23, 2014 Report Posted June 23, 2014 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'. ย
Srinidhi Posted June 23, 2014 Report Posted June 23, 2014 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.
Srinidhi Posted June 23, 2014 Report Posted June 23, 2014 How to route unique rows to one table and duplicate ones to another table?
gabbarsingh1 Posted June 23, 2014 Report Posted June 23, 2014 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:
Srinidhi Posted June 23, 2014 Report Posted June 23, 2014 sare ippudu assume cheskuntadu... ade nerchukuntadu,... repu job lo join aina tarvatha aa assumption wrong aithe,... :3D_Smiles: andaru nee antha inti undaruย
gabbarsingh1 Posted June 23, 2014 Report Posted June 23, 2014 andaru nee antha inti undaruย ย ori nee eshalooooooo :3D_Smiles:
Srinidhi Posted June 23, 2014 Report Posted June 23, 2014 ori nee eshalooooooo :3D_Smiles: close your eyes and solve all the aboveย
venky29 Posted June 24, 2014 Author Report Posted June 24, 2014 ย 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 ย
venky29 Posted June 24, 2014 Author Report Posted June 24, 2014 ย 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 ย
venky29 Posted June 24, 2014 Author Report Posted June 24, 2014 ย 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 ย
venky29 Posted June 24, 2014 Author Report Posted June 24, 2014 ย 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 ย
venky29 Posted June 25, 2014 Author Report Posted June 25, 2014 ย 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 ย
Recommended Posts