Hi Mehdi Doubiani
Thank you for your responseš,
Yes you are right, the /
, :
characters can be replaced with replace
and it should work fine:
file_name = fā{row.loc[āBook Titleā]}_{row.loc[āEditionā]}ā.replace(ā/ā,ā-ā).replace(ā:ā,ā-ā)
I will also update the code in the article. š
Joe