Re: Bad Date field

From: bangh <banghe(at)baileylink(dot)net>
To: Peralta Miguel-MPERALT1 <Miguel(dot)Peralta(at)motorola(dot)com>
Cc: pgsql-admin(at)postgresql(dot)org
Subject: Re: Bad Date field
Date: 2001-11-29 17:08:39
Message-ID: 3C066B97.4B54C407@baileylink.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin

Suggest:

create another table, use text, instead of date type for that filed. AFter you
get imported and fix invalid data for that filed, in pgsql, you can convert it
to date type

In pgsql, this is easy to find those invalid data.

Bangh

Peralta Miguel-MPERALT1 wrote:

> Hello everyone:
>
> Would anyone know how to find a bad date field in an external file? I have
> an external file that I am using to populate a table using the following
> command:
> COPY release_data FROM '/home/mperalta/release_data' USING DELIMITERS '|'
>
> When I issue this command, the response afte a while is the following:
>
> ERROR; Bad date external representation '9'
>
> The external file is rather large and I've tried finding this bad date
> manually with no success. The table I'm copying into has a datestamp of
> type DATE.
>
> Any suggestions would be greatly appreciated.
>
> ---------------------------(end of broadcast)---------------------------
> TIP 2: you can get off all lists at once with the unregister command
> (send "unregister YourEmailAddressHere" to majordomo(at)postgresql(dot)org)

In response to

Browse pgsql-admin by date

  From Date Subject
Next Message Nick Fankhauser 2001-11-29 17:12:04 Re: table test
Previous Message DHSC Webmaster 2001-11-29 17:01:39 Re: Bad Date field