rdagumampan / yuniql

Free and open source schema versioning and database migration made natively with .NET/6. NEW THIS MAY 2022! v1.3.15 released!
https://yuniql.io
Apache License 2.0
417 stars 63 forks source link

bulk load from csv #286

Open Kbhat72 opened 1 year ago

Kbhat72 commented 1 year ago

I use a csv to bulk load data into the table. I get the following error-

Failed to execute run function. 42601: syntax error at or near ")"

POSITION: 45
Diagnostics stack trace captured a 42601: syntax error at or near ")"

POSITION: 45 
rdagumampan commented 1 year ago

Hi @Kbhat72, thanks for reaching out. Please provide more details so I can investigate further.

Br, Rodel

Kbhat72 commented 1 year ago

What is target database platform? - postgres What version of yuniql are you running? 1.3.15 Can you provide sample CSV file I can run test with? attached componentrefdata1.csv