Resolved! Which csv import formats are allowed?
I have a csv file from another application that is apparently in utf-8-bom format. One of the fields will not import for some reason. When I convert to utf-8 and specify the data source property as 'charset=utf-8' it works just fine. Apparently I ca...