save csv files into a folder without all images etc.. uploaded normally from drupal, to not have hundreds or more files in the middle of csv files to import..

Comments

Robrecht Jacques’s picture

Status: Active » Fixed

In node_import-6.x-1.0-rc2 uploaded files are stored in sites/default/files/imports, so they do not appear in the middle of other files. The directory is configurable on admin/content/node_import/settings.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for two weeks with no activity.

matteoraggi’s picture

thanks, i tryed to set the subfolder csv and this is being created!
nice, anyway in my imports folder continue to be viewed all images that normally I upload for users plus 4 csv files, when trying to do a new import
how it is possible?
csv folder have nothing in it and imports folder have only 4 csv files, the same that I see with al mages when I try to do a new import

matteoraggi’s picture

Ok , solution founded, ad th end of field to write the path, there was / and I was ending my path with / too, so the system with double // wa continuing to use the default path and not mine, ye, it was easy to solve