I have a source file its is CSV(comma separated). I want to convert it to tab separated. Make sure the conversion happens on all commas except the ones enclosed in Double quotes .

Answers were Sorted based on User's Feedback



I have a source file its is CSV(comma separated). I want to convert it to tab separated. Make sure t..

Answer / vamshi

here is the solution for your question
tested

https://etltechsolutions.wordpress.com/2016/05/23/replace-comma-with-tab-everywhere-except-enclosed-in-a-pair-of-double-quotes/

Is This Answer Correct ?    0 Yes 0 No

I have a source file its is CSV(comma separated). I want to convert it to tab separated. Make sure t..

Answer / sagar patil

We can gone through with the unix.
Command ..sed 's/','/'-'/g' filename

Is This Answer Correct ?    0 Yes 4 No

Post New Answer

More Informatica Interview Questions

Name at least 5 different types of transformations used in mapping design and state the use of each.?

0 Answers   Informatica,


What is an aggregator transformation?

0 Answers  


Plz..let me know differences between Informatica 7.1 and 8.1?

3 Answers  


Hi, Can anyone just give me the list of all versions of Informatica ? Advance Thanks

2 Answers   IBM,


What is CHECK-IN CHECK-OUT. Please explane me?

3 Answers   TCS,






How to start a workflow using pmcmd command?

0 Answers  


What if the source is a flat-file?

0 Answers  


What is the term PIPELINE in informatica ?

7 Answers   Deloitte,


What is data quality? How can a data quality solution be implemented into my informatica transformations, even internationally?

2 Answers   IBM, Wipro,


What is the format of informatica objects in a repository?

0 Answers  


Can you generate sequence numbers without using the sequence generator transformation?

0 Answers  


If I have 10 flat files with same name abc.txt files with different timestamps as source I need to load them in tgt table oracle. in between job execution fails and rows are not loaded into tgt. how can I make them load in that target even if my job fails?

0 Answers  


Categories