I wrote:
In CSV mode all characters are significant. A quoted value surrounded
by white space, or any characters other than DELIMITER,
will include those characters. This can cause errors if you import
data from a system that pads CSV lines with white space out to some
fixed width. If s
I wrote:
Darcy Buskermolen wrote:
+ CSV mode will include all characters between
QUOTE and
+ DELIMITER in the value for the field, this is of
special
+ attention to those who use CSV mode to import data from other
RDBMS
+ systems that create fixed width CSV files.
> +
> +
> + CSV mode will include all characters between QUOTE and
> + DELIMITER in the value for the field, this is of special
> + attention to those who use CSV mode to import data from other RDBMS
> + systems that create fixed width CSV files.
> +
> +
So
Darcy Buskermolen wrote:
+ CSV mode will include all characters between QUOTE and
+ DELIMITER in the value for the field, this is of special
+ attention to those who use CSV mode to import data from other RDBMS
+ systems that create fixed width CSV files.
First, t