keboola / db-writer-pgsql

Postgre SQL Database Writer
MIT License
0 stars 1 forks source link

Fix error message #21

Closed janmichek closed 6 years ago

janmichek commented 6 years ago

Vzycházim z tohoto https://keboolacz.zendesk.com/agent/tickets/3594

Pokud nazev sloupce zacina cislici, hodi to podivnou hlasku a uz vubec to nerika delat aby to fungovalo.

[2018-06-13 16:41:24] wr-db-pgsql.ERROR: PGLOADER: Could not parse --fields ("session,date [null if blanks],campaign_medium [ ... 14:41:24.011002Z INFO Stopping monitor Error Output: ================ Could not parse the command line: see above. [] []

Prosim upravit hlasku tohoto erroru na neco ve smyslu. 'First character of column name cannot be a number. You can change column name in "Database Column Name" section in writer configuration.'

ujovlado commented 6 years ago

Fixed by #25

A skusil som importnut tabulku, co ma stlpce 1,2 a 3. fici to.

test=# select * from numbers;
 1 | 2 | 3
---+---+---
(0 rows)

test=#