Data Stage Question:

How to remove blank spaces from data?

Answer:

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

$ sed 's/ *//g' sample

Read All 11 Data Stage Questions
Previous QuestionNext Question
How to design file watch jobs?What is Cleanup Resources and when do you use it?