We are unfortunately not in control of the source and destination tables.
In the source table the 'quantity' column is numeric.
In the destination table 'quantityDest' column is a string.
So the question is how can we convert from numeric value to string value using
some KSQL syntax or functio
Why is quantity a STRING? Should it be a numeric?
--
Robin Moffatt | Senior Developer Advocate | ro...@confluent.io | @rmoff
On Tue, 8 Sep 2020 at 08:52, Rainer Schamm wrote:
> Hi all
>
> we are struggling a bit with a fairly simple stream that is supposed to
> map columns from a topic popu
Hi all
we are struggling a bit with a fairly simple stream that is supposed to map
columns from a topic populated by a Source Jdbc Connector into a format
destined for a Sink Jdbc Connector.
Our tables look something like this:
(These are not the actual column names we are using though)
SOURC