Solved

working with cdf

  • 9 February 2023
  • 1 reply
  • 36 views

Badge +1

Hi, can we load public data from cdf into mySQL

icon

Best answer by judekumar87 10 February 2023, 13:00

View original

1 reply

Badge +2

Hi Usha,

According to my knowledge one way you can achieve this is using our Python SDK. It is a two step process. You need to have a read access to public data using which who can get the data from CDF. Then you can write the data back to whatever database you want using the appropriate connectors.

You have to write  a python script which does the above both.

Reply