lightning导入报错

现在要router多个表,配置文件中怎么写呢,写了二次都不行
[[routes]]
schema-pattern = “A”
table-pattern = “A1”
target-schema = “B”
target-table = “A1”
schema-pattern = “A”
table-pattern = “A2”
target-schema = “B”
target-table = “A2”

[[routes]]
schema-pattern = “A”
table-pattern = “A1”
table-pattern = “A2”
target-schema = “B”
target-table = “A1”
target-table = “A2”
执行时都报配置文件有问题

看这个报错都是上下游列数不一致

[[routes]] 多了一层中括号?官方文档看着都是一层中括号。

https://docs.pingcap.com/zh/tidb/stable/route-diff#table-router-的初始化

上下游列数一致?是不是分隔符的问题

不用路由功能,把导出来的文件的库名,整体替换下 rename ./test..sql test0..sql 然后导入试试呢?