Code: Select all
{csv('H:/FileBot/Names.csv').get(n) ?: n.replaceAll(/[?:_]/, " ") + ''}
this is from the snippets section http://www.filebot.net/forums/viewtopic.php?f=5&t=182#

does this mean the csv files are no longer supported ?
Code: Select all
{csv('H:/FileBot/Names.csv').get(n) ?: n.replaceAll(/[?:_]/, " ") + ''}