I receive files which names contain spaces and change every week (the name contains the week number)
IE, the file for this week looks like This is the file - w
This is the file - w
echo /dir/"This is the file - w"*.csv
or — you almost tried that —
echo /dir/This\ is\ the\ file\ -\ w*.csv