I have a text file (abc.txt) which will be having the file name along with the path which is to be converted to .csv. Below is the script I wrote:
{while IFS= read -r f ; do
filename="${f%.*}"
ssconvert ${filename}.xls ${filename}.csv
done < abc.txt}
Problem is the file .xls file name having space in it. So the script is not working,says:
Unable to guess exporter to use for 'file: