4.1 csv

Any questions? Need some help?
Post Reply
Ztrust
Posts: 69
Joined: 21 Dec 2013, 17:04

4.1 csv

Post 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 ?
User avatar
rednoah
The Source
Posts: 22998
Joined: 16 Nov 2011, 08:59
Location: Taipei
Contact:

Re: 4.1 csv

Post by rednoah »

Regression confirmed, and fixed with r2292.
:idea: Please read the FAQ and How to Request Help.
Ztrust
Posts: 69
Joined: 21 Dec 2013, 17:04

Re: 4.1 csv

Post by Ztrust »

merci
Post Reply