stutyr
Programmer
- Jan 18, 2009
- 1
Hi,
A commercial system that I am working with only exports delimited files. I am able to append these records into a dbase file, but I dont know how to parce the individual fields. In a structured file, I would normally use REPL field WITH SUBSTR(temp,1,10), etc, but that doesn't work for a delimited file, because every record is positionally different.
Does anyone have a suggestion?
Thanks much
A commercial system that I am working with only exports delimited files. I am able to append these records into a dbase file, but I dont know how to parce the individual fields. In a structured file, I would normally use REPL field WITH SUBSTR(temp,1,10), etc, but that doesn't work for a delimited file, because every record is positionally different.
Does anyone have a suggestion?
Thanks much