When I import a CSV file that is the result of a query against a SQL Server db I do not see the datatype of columns indicated only the field lengths. DataTypes I am importing are either 'dt' 'nchar' or 'decimal' types.
Is there any documentation on how the csv file is parsed and what could be causing the datatype to not be captured?
Thanks!