On Sun, 2026-03-15 at 07:21 +0000, Brent Wood wrote:
> 
> 
> 
> Have you tried explicitly specifying the string to represent null
> values?
> 
> 
> COPY table_name FROM 'path/to/file' WITH (FORMAT text, NULL 'null');
> -- Or the older syntax:
> COPY table_name FROM 'path/to/file' WITH DELIMITER ',' NULL AS
> 'null';
> 
> 
Hello,

I took on board Adrian's suggestion and went back to the source and had
the file recreated and it has now been loaded successfully.

Cheers,
Rob


Reply via email to