"Christian Maier" <[EMAIL PROTECTED]> writes:
> I have some csv data and some columns are in a bad format. this means
> that some float values are formatet as " ." if the are 0. So I have
> made an before insert trigger that looks for these values and replaces
> them but it dont work and I cann
Sorry I have not found a plperl group so I hope the useres of this
group can help me.
I have some csv data and some columns are in a bad format. this means
that some float values are formatet as " ." if the are 0. So I have
made an before insert trigger that looks for these values and replaces
On Dec 20, 9:02 am, "Christian Maier" <[EMAIL PROTECTED]> wrote:
> Sorry I have not found a plperl group so I hope the useres of this
> group can help me.
>
> I have some csv data and some columns are in a bad format. this means
> that some float values are formatet as " ." if the are 0. So I h