Replacing data source

Hello, I created some analysis based on a csv file containing sample data. I now have acess to the database containing full data. It has the same collumn names and data types. Is there a way to edit my dataset to replace the csv source with SQL connection and not redo everything from scratch?

Hi,

  1. Create the SQL datasource and the dataset
  2. Open the analysis which is based of a csv file
  3. Save As ( Right end of the screen ) : Save as a copy
  4. Edit Dataset to the newly created SQL dataset

Regards,
Koushik

1 Like

Dear Martin,

Have you tried this? Did this successfully work for you?

Thank you