This is the TXT error I get when I add JUST the fields I want to use:

MySQL error 1064: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'AND
products_id = AND
options_id = AND
options_values_id =
' at line 3
When executing:
SELECT * FROM zhs_products_attributes
WHERE (
products_attributes_id = AND
products_id = AND
options_id = AND
options_values_id =
) LIMIT 1

I tried adding it with all the fields populated after attaching a zip file to a product and THEN downloading the detailed csv file. It shows me the proper format of each field but also gives me an error message reading SKIPPED!! and something about Attributes not attached to model. I don't quit remember off hand, but it never generated a TXT error file.