Subject | Re: [IBO] Stop IB_Import stripping whitespace ? |
---|---|
Author | Jason Wharton |
Post date | 2009-08-21T20:01:53Z |
> I'm using IB_Import to get a CSV into a Firebird table.This likely has to do with the FieldsTrimming property.
>
> I am finding values that have trailing spaces appear in the database
> without the trailing spaces.
> Mudgee , 1234Yes. Use the FiledsTrimming property. It also affects input parameters.
> Sydney, 232
>
> will appear in the database as
>
> 'Mudgee', 1234
> 'Sydney', 232
>
> The trailing space has been removed from 'Mudgee'.
>
> Is there a way to retain whitespace ?
You may even be able to flip the global switch on the database to turn all
trimming off.
Jason LeRoy Wharton