-
Currently, genome handling logic is all around and we're using crutches to do format conversions. This chaos needs to go.
I suggest the following roadmap:
1. I'll look into the genomes-related …
-
I'd like to load only the data for a single MySQL view, but the following command fails.
Using the master branch at commit `01f877bad7db496e3e25e2c7f20d73f4bde5475f`,
```
pgloader version "3.4.…
-
PGloader freeze a s nim i extractor v pripade ze se snazim importovat vetsi data nez se vejdou do sloupce tabulky
Da se nasimulovat pres:
```
"id","pokus"
"1","nejaky trochu dlouhy text"
```
…
-
DB2 CSV export with `,` as the delimiter, and `"` enclosing values, it also uses `"` as the escape character
So for example, if I export from DB2, three columns, first an integer value 0, second a …
-
I have created a table view using custom sql in a .json configuration file and I see that view is created in db and when I use metabase option (From metabase UI) as "Custom", I see the table view name…
-
Hi
I would like to install pgloader from PGDG repo packages and it seems that there is no pgloader package.
will it be fixed soon ?
Thanks in advance
Didier ROS
did16 updated
6 years ago
-
I see that a point in the design of pgloader is its resilience against corrupt rows. However, with "on error stop" specified, I don't see why transactions shouldn't be used.
In my use case, I have …
-
pgloader version "3.4.1"
compiled with SBCL 1.4.4
from a fresh install from homebrew
I tried with both mariadb and mysql . Can connect to both of them using the respective clients.
```bash…
-
- [+] pgloader --version
``` 3.4.cb9e01f compiled with Clozure Common Lisp Version 1.11.5/v1.11.5 (LinuxX8664) ```
- [+] did you test a fresh compile from the source tree?
…
-
Some data, which could not be inserted by pg_bulkload, could be inserted by another tool called pg_loader.
For instance, I use sql.txt to build up a table ,and insert it with the data in instance.tx…