How to load CSV file into Database with SymmetricDS
Asked Answered
P

1

7

I'm currently using SymmetricDS 3.8.27. I have a comma separated file that includes data for a database table. Is it possible to replicate that data from the CSV file into a MySql database table using SymmetricDS? If so, what are the steps I need to take to do this?

Provisional answered 12/7, 2017 at 16:39 Comment(0)
O
6

You can use dbimport included in the bin folder to import a csv file.

dbimport --format=csv --table=mytable myfile.csv

The first line in the file is used to read the column names.

Ought answered 12/7, 2017 at 16:45 Comment(0)

© 2022 - 2024 — McMap. All rights reserved.