I am facing issue when trying to start from offset file in SQL SERVER CDC CLIENT. Could you please help and share the Json which I should be using to start pipeline from particular offset? Below is the json I am using and it is failing:
{
"version" : 2,
"offsets" : {
"$com.streamsets.pipeline.stage.origin.jdbc.CDC.sqlserver.SQLServerCDCSource.offset.version$" : "1",
"tableName=TABLE_NAME;;;partitioned=false;;;partitionSequence=-1;;;partitionStartOffsets=;;
;partitionMaxOffsets=;;;usingNonIncrementalLoad=false" : "___$seqval=SEQVAL::___$operation=2::___$sdc.txn_window=10::___$start_lsn=LSN_VALUE"
}
}