![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
I'm getting a flat text file that I using in DTS. The files are fixed width but occasionally rows will have misplaced carraige return line feeds <cr><lf embedded in them. I planing on using FileSystemObject to exam the rows and then Replace(sReadLine, chr(10) chr(13), chr(40)chr(40),,0) Any body have this problem. |
#3
| |||
| |||
|
|
LP, if its a FIXED width file you should not have this problem at a cetain point it should cut off and thats it. Is this a unix file? that might be a problem. "LP" wrote: I'm getting a flat text file that I using in DTS. The files are fixed width but occasionally rows will have misplaced carraige return line feeds <cr><lf embedded in them. I planing on using FileSystemObject to exam the rows and then Replace(sReadLine, chr(10) chr(13), chr(40)chr(40),,0) Any body have this problem. |
![]() |
| Thread Tools | |
| Display Modes | |
| |