Data Stage Question:

Download Job Interview Questions and Answers PDF

How to remove blank spaces from data?

Data Stage Interview Question
Data Stage Interview Question

Answer:

By using the following command you can remove blank lines from unix file:

$ sed 's/ *//g' sample

Download Data Stage Interview Questions And Answers PDF

Previous QuestionNext Question
How to design file watch jobs?What is Cleanup Resources and when do you use it?