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 / 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 |
Post New Answer View All Answers
How can we use batches?
What is the cumulative sum and moving sum?
Explain about Informatica server process that how it works relates to mapping variables?
Can any one give me a real time example for FACT TABLE & DIMENSIONAL TABLE?
How can a transformation be made reusable?
what is unit testing?tell me proceedure
Which files are created during the session rums by informatics server?
Hello, Can you please send the admin and advanced mapping design sample questions to ns_sharmin@yahoo.com?
What do you understand by term role-playing dimension?
What are the guidelines to be followed while using union transformation?
i have a data in my source as a flat files what test i have to perform the next step can any body help to me
Write the advantages of partitioning a session?
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?
can any one explain about dataflow in the informatica project for bank domain....thanks is advance
What is the difference between STOP and ABORT options in Workflow Monitor?