aws-samples / cql-replicator

CQLReplicator is a migration tool that helps you to replicate data from Cassandra to AWS Services
Apache License 2.0
15 stars 8 forks source link

Fix the command line issue in CQLReplicator-calculator.xlsx #162

Closed nwheeler81 closed 1 month ago

nwheeler81 commented 1 month ago

Describe the bug The target table name is not correct in the command line. The current value: =SUBSTITUTE(CONCAT(SUBSTITUTE(SUBSTITUTE(SUBSTITUTE(SUBSTITUTE(SUBSTITUTE(SUBSTITUTE(SUBSTITUTE(Parameters!B$11,"$TILES",G2),"$WORKER_TYPE",H2),"$SRC_KS",D2),"$SRC_TBL",A2),"$TRG_KS",D2),"$TRG_TBL",D2),"$WC",K2), " --orw ", R2), "--writetime-column N/A", "") The correct new value: =SUBSTITUTE(CONCAT(SUBSTITUTE(SUBSTITUTE(SUBSTITUTE(SUBSTITUTE(SUBSTITUTE(SUBSTITUTE(SUBSTITUTE(Parameters!B$11,"$TILES",G2),"$WORKER_TYPE",H2),"$SRC_KS",D2),"$SRC_TBL",A2),"$TRG_KS",D2),"$TRG_TBL",A2),"$WC",K2), " --orw ", R2), "--writetime-column N/A", "")