on ‎2013 Nov 29 10:28 AM
Request clarification before answering.
Hi Mohan,
Use a BODS script to insert new lines into the file before calling them in DF.
For eg: (if Windows)
In script have :
1)delete the prev run target file present in folder
2) Insert new line to file.
exec('cmd','for %1 in (1 2 3 4) DO echo.>> C:\Users\A\Desktop\M1.txt',8);
3)After script have the DF with target text file with Write row headers enabled and delete file assigned to 'No'.
Now the target should have 4 newlines before the row header.
Similary if the OS is unix have unix command to insert new line.
Thanks,
Ancy
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
| User | Count |
|---|---|
| 13 | |
| 8 | |
| 7 | |
| 5 | |
| 4 | |
| 3 | |
| 2 | |
| 2 | |
| 2 | |
| 2 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.