Viewing 2 posts - 1 through 2 (of 2 total)
Viewing 2 posts - 1 through 2 (of 2 total)
- You must be logged in to reply to this topic.
Tagged: delimiter record
Most file systems use CR (Hex 0D), LF (Hex 0A), or both to delimit a record. However, we use some data files that use different characters. One uses ÿ (Hex FF). Is it possible to configure a custom record delimiter character for certain file types?
Hi Ken,
As far as I can see using a newline character other than the typical CR &/∨ LF combinations doesn’t seem to be possible.
However, you can write a macro to convert ÿ into CR LF and back again. Provided you aren’t dealing with >1 million lines and >10MB files, this should be pretty fast too.
Best wishes,
Patrick
This site uses cookies. By continuing to browse the site, you are agreeing to our use of cookies.
OK