Tab Delimited parser

I have a tab delimited file with | as the delimiter. Are there any pre devloped services to parse these type of files or do I have to develop a service to parse the data.

The flat file services can handle delimited files easily. Refer to the Flat File Schema Developers Guide for information.