Page 1 of 1

4.1 csv

Posted: 01 Jul 2014, 21:56
by Ztrust
I just discovered after upgrading that my format broke

Code: Select all

{csv('H:/FileBot/Names.csv').get(n) ?: n.replaceAll(/[?:_]/, " ") + ''}
I read a little in forum and you changed a lot of groovy code is this why ?

this is from the snippets section http://www.filebot.net/forums/viewtopic.php?f=5&t=182#
Image
does this mean the csv files are no longer supported ?

Re: 4.1 csv

Posted: 05 Jul 2014, 13:12
by rednoah
Regression confirmed, and fixed with r2292.

Re: 4.1 csv

Posted: 05 Jul 2014, 13:42
by Ztrust
merci