Two csv files were uploaded to a project and received the following error messages: FPS_ERROR,Could not scan file for file type CSV v 2.0.0.0. The user wanted to utilize the bilingual aspect of the file type as they wanted both the source and target content in the target asset. The user did not want to use the Bilingual Excel file type.
Resolution
The files either need to contain a comma delimiter, or change in the file type configuration to utilize a different delimiter in the file type. The HTML tags need to be handled in the Embedded Content section of the Comma Delimited Text filter
Root Cause
The content of the csv files was not a true csv file. One file contained 100 or more lines of data with one comma delimiter and the other file had no delimiters and had more html content in it that needed to be parsed.