how to add new line between header and data in flat file using informatica?
below is the example.
current:
ID NAME AGE
1 RAJA 28
2 JOHN 29
3 JOE 2O
EXPECTED:
ID NAME AGE
1 RAJA 28
2 JOHN 29
3 JOE 20
how to add new line between header and data in flat file using informatica?
below is the example.
current:
ID NAME AGE
1 RAJA 28
2 JOHN 29
3 JOE 2O
EXPECTED:
ID NAME AGE
1 RAJA 28
2 JOHN 29
3 JOE 20
Use the Header Command option in session to generate the header row and newlines
e.g.
echo ID NAME AGE;echo;echo