Azure Data Explorer
An Azure data analytics service for real-time analysis on large volumes of data streaming from sources including applications, websites, and internet of things devices.
553 questions
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Hi team,
We are trying to pull data from data explorer to ADLS from synapse using a linked service. However In copy data I am unable to fetch columns whose column name contain spaces or special characters in data explorer.
Can you please help me on this or let me know another option to do this?
Thanks in advance!
You may have to use ['column'] when using the column, for example:
Books
| project ['aut hor']