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...


my source is a comma delimited flatfile as
eno, ename, sal
111,sri,ram,kumar,1000
and my target should be
eno ename sal
111 sri ram kumar 1000
i.e; we need to eliminate the commas in between the data of a comma delimited file.

Answers were Sorted based on User's Feedback



my source is a comma delimited flatfile as eno, ename, sal 111,sri,ram,kumar,1000 and my targ..

Answer / rajesh kumar

see while we load into source analyser as considerd as cama
separated it shows us 5 columns
now we should replace the 'cama' with null
use s->s/q-->expre-->target
give additional outputport as ename
exp condition=column2||''||column3||''||column3

Is This Answer Correct ?    6 Yes 1 No

my source is a comma delimited flatfile as eno, ename, sal 111,sri,ram,kumar,1000 and my targ..

Answer / ahalya inturi

Go to the session properties.In that go to connections in that select the source name there you will find "Set file Properties" button. There you can set the delimeter.

Is This Answer Correct ?    2 Yes 1 No

my source is a comma delimited flatfile as eno, ename, sal 111,sri,ram,kumar,1000 and my targ..

Answer / rakesh

no my question is clear. and my target is oracle table.

Is This Answer Correct ?    0 Yes 0 No

my source is a comma delimited flatfile as eno, ename, sal 111,sri,ram,kumar,1000 and my targ..

Answer / isha

Go to session --> Mapping tab --> click on your target file --> Select File Properties (from the file properties in the right)
This will open the file properties window, click on the advanced button and in the next popup you should be able to see the delimiter option in the top. You can now replace the delimiter you want with the existing one.

Is This Answer Correct ?    0 Yes 0 No

my source is a comma delimited flatfile as eno, ename, sal 111,sri,ram,kumar,1000 and my targ..

Answer / guest

Your question seems need some correction.
Source might be as below
eno, ename, sal
111, sri ram kumar, 1000
and target you might need like a space delimited one. If
this is the case you can sed command to replace the string.

if your file is as mentioned by you also it will be same.

If my understanding is wrond then eleborate your question
clearly.

Is This Answer Correct ?    0 Yes 5 No

Post New Answer

More Informatica Interview Questions

What is confirmed dimension with scenario

1 Answers   HCL,


What you know about transaction control transformation?

0 Answers  


how many repositories can v create in informatica .

3 Answers   Cap Gemini, Tech Mahindra,


what is shared Cache. when we will use shared Cache?

4 Answers  


To import the flat file definition into the designer where should the flat file be placed?

0 Answers   Informatica,


one source to target loading insert new rows and update existing rows?

3 Answers   Polaris,


i have flat file it contains 'n' number of records, i need to send half of the records to one target table and Remaining half to another target table: pls full details

8 Answers   L&T, TCS, UnitedHealth Group, Wipro,


How to delete the data in the target table after loaded.

3 Answers   TCS,


what r the transformations that r not involved in mapplet?

8 Answers   Wipro,


Input flatfile1 has 5 columns, faltfile2 has 3 columns(no common column) output should contain merged data(8 columns) Please let me know how to achieve ??

3 Answers   IBM,


scenario: dept_no emp_nem 10 A, 10 B, 10 C, 10 D, 20 P, 20 Q, 20 R, 20 S output: dept_no emp_nem 10 A, 10 AB, 10 ABC, 10 ABCD, 20 ABCDP, 20 ABCDPQ, 20 ABCDPQR, 20 ABCDPQRS

1 Answers  


How to display null values on a target & non-null values on a target?

3 Answers  


Categories