Change the Data Type of data in Azure Table Storage
I have an Azure Data Table (ATS) with some data (about 3000 records) where one of the fields was saved as a Byte Array instead of a string. Is there an easy way to convert these to a string data type?
Change the Data Type of data in Azure Table Storage
I have an Azure Data Table (ATS) with some data (about 3000 records) where one of the fields was saved as a Byte Array instead of a string. Is there an easy way to convert these to a string data type?