read new column from .csv
Rajan,Naveen,US-St. Louis,External
5
Reputation points
Hi, my csv dataset files have two columns: column1, column2
I have created a serverless sqlpool view which reads the .csv file from the blobstorage container folder... If I want to pull another column, i.e. column3 into the existing .csv files, then the view will not be able to read the new column unless I separate the old and new .parquet files. What is the solution to keep the old and new .csv files in the same blobstorage directory and yet be able to read the new column too? Thank you
Sign in to answer