Data Stage Question:

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


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