External table in Azure Synapse Analytics Dedicated SQL Pool
Vivek Komarla Bhaskar
956
Reputation points
Hi,
In Azure Synapse Analytics, I have an external table pointing to a file on my ADLS gen2 with two columns (Date, Product). I am experiencing an issue where my query to the external table fails whenever I receive a product with comma-separated values. Is there a way to overcome this problem when the requirement for us is only to use external tables in this case?
Here below are a few examples from my CSV file-
Date, Product
2023-01-01, Apple
2023-01-02, Samsung, Galaxy
2023-01-02, Apple,iPhone
Azure Synapse Analytics
Azure Synapse Analytics
An Azure analytics service that brings together data integration, enterprise data warehousing, and big data analytics. Previously known as Azure SQL Data Warehouse.
Sign in to answer