On 8/12/07, Ben Shlomo, Yatir <[EMAIL PROTECTED]> wrote: > I do have some unused fields inside the csv file. > But they are not empty. > They are numeric they can be anything between 0 to 10,000 > Can I do something like > f.unused.map=*:98765
Wildcards / regex isn't supported for that. Your best bet would be to pre-process the file and add an empty field. -Yonik