Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi,
I have a Cassandra's table with a column type of Object. My goal is to map and store that column in a Postgre's table that have a column as text[]. So I am mapping a column of Object to a column of text[]. But, in Postgres the column is empty after I run the job. The other filed instead are filled up correctly.
Does anyone have an idea of storing Object data type in Postgres?
Thank you in advance!