sufi malak wrote:
>
> Hi, is there any code that convert a text format separated by "-" to a
> database format, for example:
> a text format that has lines like this :
> 123 - first - last - descr
>
> I need a tool ( java or any) to convert them to a database,
> 123 go to SSN column,
> first go to FIRSTNAME column
> last go to LASNAME column
> descr go to DESCRIPTION column
Check out "Comma Separated Variable" CSV file formats. A simple edit command
would convert " - " to ",".
You might have to add a heading line.
Ian McCallion
===========================================================================
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff EJB-INTEREST". For general help, send email to
[EMAIL PROTECTED] and include in the body of the message "help".