Hi Johan á Rogvi-Hansen ,
Thank you for using this forum and posting your query.
To read .sav file format (SPSS), you may explore pyreadstat
python package (pip install pyreadstat
). This python package is useful to read and write SAS (sas7bdat, sas7bcat, xport/xpt), SPSS (sav, zsav, por) and Stata (dta) files into/from pandas data frames.
Here are related documentations:
You may try loading the .sav file data from your ADLS gen2 to Pandas Data Frame and then push it to your desired destination from Pandas Data Frame.
Or you may explore similar approach as explained in this article: How to use the pyreadstat.read_sav function in pyreadstat
Other helpful threads: pyreadstat read and write spss without data loss
Hope this information helps.
Thank you
Please do consider clicking on "Accept Answer" and "Upvote" on the post that helps you, as it can be beneficial to other community members.