Hi,
I am working on a Huge Flat file which contains around 14 million rows and want to find an EOF Marker in that file. Can somebody help me in finding.
Thanks in Advance,
How to locate End of File marker in a huge flat file?
Moderators: AmigoJack, bbadmin, helios, MudGuard
EOF Marker(ASCII 26)
Thanks for your response, Yes I am looking for Ctrl+Z.
couldn't get anything when I try to find \x1a with my RegExp on,by the way I am using textpad editor.
couldn't get anything when I try to find \x1a with my RegExp on,by the way I am using textpad editor.
- talleyrand
- Posts: 624
- Joined: Mon Jul 21, 2003 6:56 pm
- Location: Kansas City, MO, USA
- Contact:
Are you certain it's \x1a that's in your file? I just created a file and put a ctrl-Z in there and TP found it a-ok. Perhaps it's another non-printable ASCII character? I'd try opening the file in binary mode and see what the actual hex value is for the EOF character. Either select the file using the Open dialog menu or use a real hex editor. I'm a fan of XVI.
I choose to fight with a sack of angry cats.