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.

Answer Posted / 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       View All Answers


Please Help Members By Posting Answers For Below Questions

what is the size of u r source(like file or table)?

1812


Quickly characterize reusable change?

685


Define Pmrep command?

631


I have worked on Informatica 7.1.1. I want to know the answer for the below question. Target is not created initially.Then how to take the DDL script from the source and run the Mapping by creating the Target dynamically?Is it possible by SQL Transformation?

1458


What is the use of code page?

602






What are the components of Informatica? And what is the purpose of each?

614


What is the reusable transformation?

621


Could you explain what is enterprise data warehouse?

551


How is union transformation utilized?

563


What are the advantages of using informatica as an etl tool over teradata?

560


What is xml source qualifier transformation in informatica?

709


write sql query vertical to horiozontal following table id name 1 100 2 dinesh 3 india 1 101 2 suresh 3 india 1 103 2 prakesh 3 usa i want output like id name country 100 dinesh india 101 suresh india 103 prakesh usa

2063


What are the guidelines to be followed while using union transformation?

635


Explain target update override in informatica

629


What are the components of the workflow manager?

635