I need to import approximately 10,000 products with downloadable files into my Drupal 5 site. I can do this with a TSV file using node import module - but it does not associate the Download files.
Is there any way that I can associate files with already existing product nodes without opening each one and doing it manually?
For instance, if I know the relevant 'fid' and 'nid' can I write a SQL INSERT INTO statement which adds the data to the uc_product_features table? (I use phpMyAdmin).
Or is there a better way to go about this?
Any help would be greatly appreciated.

