Hello everyone,
I have a question about an issue am facing on. Am very new to pgloader, so any inputs will really help me.
1) Getting an error as " the octet sequence #(195) cannot be decoded." It is because of the string getting in the source file "Women’s, Girls’, and Infants’ Cut and Sew Apparel Manufacturing ". Is there a way to handle this in load file and load data, without replacing the character in source file ?
2) Also, the file has 1000 rows and this error happened on 425th row.. when the error happened it just stopped processing and did not continue. Is it possible to force ignore bad record & continue to next row ?
My Load file below
LOAD CSV
FROM INLINE with encoding 'ascii'
(
Name, Value
)
INTO postgresql://user:pwd@server:port/db?schema.table
(
Name, Value
)
WITH skip header = 1,
batch rows = 200,
prefetch rows = 200,
batch size = 1024 kB,
batch concurrency = 3,
fields escaped by '\',
fields terminated by '|'
SET client_encoding to 'utf8',
standard_conforming_strings to 'on'
BEFORE LOAD DO
droptableifexistsschema.table;,
dropINDEXifexistsschema.tableidx;,
createtableifnotexistsschema.table(Namevarchar(80),Valuevarchar(255));
029327952|"Women’s, Girls’, and Infants’ Cut and Sew Apparel Manufacturing "
029327962|TEST
Hello everyone,
I'm trying a migration from MSSQL to Postgresql. I'm getting an error as in this issue dimitri/pgloader#1018. I noticed the fix is in v3.6.2 but when I do apt-get install on Debian I get v3.6.1.
am I missing something ? could someone please help me with this ? should I build from source? :)
Hello everyone,
I'm trying a migration from MSSQL to Postgresql. I'm getting an error as in this issue dimitri/pgloader#1018. I noticed the fix is in v3.6.2 but when I do apt-get install on Debian I get v3.6.1.
am I missing something ? could someone please help me with this ? should I build from source? :)
Update -:
I was able to build version 3.6.2 from source and that resolved the issue. I'm not sure if 3.6.2 should be available in apt-get repository or if its intended to not have it ?
@rifhanakram I'm in the process of trying to do the same. :)
The new versions of software won't typically appear in APT until the maintainer pulls in the change
HI All,
I am facing this issue?
29: (SB-THREAD::CALL-WITH-MUTEX #<CLOSURE (FLET SB-THREAD::WITH-MUTEX-THUNK :IN SB-THREAD::INITIAL-THREAD-FUNCTION-TRAMPOLINE) {7FFFF4DAED4B}> #<SB-THREAD:MUTEX "thread result lock" owner: #<SB-THREAD:THREAD "lparallel" RUNNING {1008920D03}>> NIL T NIL)
30: (SB-THREAD::INITIAL-THREAD-FUNCTION-TRAMPOLINE #<SB-THREAD:THREAD "lparallel" RUNNING {1008920D03}> NIL #<CLOSURE (LAMBDA NIL :IN BORDEAUX-THREADS::BINDING-DEFAULT-SPECIALS) {1008920CAB}> NIL)
31: ("foreign function: call_into_lisp")