I have a CSV file with all fields quoted with ". I have a Sink to SQL Server and the Copy Data activity is supposed to insert data into a Table directly.
Empty strings from the CSV file are not treated as a NULL value in the SQL table and are treated as empty strings. Unfortunately, I can't find a way to configure the Copy Data activity to change this behavior.