microsoft / azuredatastudio

Azure Data Studio is a data management and development tool with connectivity to popular cloud and on-premises databases. Azure Data Studio supports Windows, macOS, and Linux, with immediate capability to connect to Azure SQL and SQL Server. Browse the extension library for more database support options including MySQL, PostgreSQL, and MongoDB.
https://learn.microsoft.com/sql/azure-data-studio
MIT License
7.58k stars 908 forks source link

Allow option to ignore delimiters #25904

Open blackmaff opened 2 months ago

blackmaff commented 2 months ago

Is your feature request related to a problem? Please describe. When I'm trying to import a CSV or TXT that has only one column in the format XX-XX-XX-XX-XX-XX-XX-XX, the import tool is auto applying delimiters on the hyphens and trying to split my data into 8 columns Describe the solution or feature you'd like I'd like the option to tell it to ignore a specified delimiter, like in text to columns function in Excel Describe alternatives you've considered If i add additional columns, this doesn't have the same issue with delimiters, so unsure if this more function or bug! Additional context Add any other context or screenshots about the feature request here.