Re: Trim variables in CSV Data Set

2016-10-08 Thread Philippe Mouawad
Hello, Fixed in : - https://bz.apache.org/bugzilla/show_bug.cgi?id=60221 Regards On Fri, Oct 7, 2016 at 1:04 PM, Andrey Pokhilko wrote: > +1 > > Andrey Pokhilko > > On 10/07/2016 12:13 PM, Philippe Mouawad wrote: > > Hello, > > A common error made by newbies and other is to insert in variables

Re: Trim variables in CSV Data Set

2016-10-07 Thread Andrey Pokhilko
+1 Andrey Pokhilko On 10/07/2016 12:13 PM, Philippe Mouawad wrote: > Hello, > A common error made by newbies and other is to insert in variables names > spaces before varname, which leads to errors later when they use var name > without space. > > For example: > variables=name, firstname > > Requ

Re: Trim variables in CSV Data Set

2016-10-07 Thread Antonio Gomes Rodrigues
+1 Antonio 2016-10-07 11:21 GMT+02:00 Felix Schumacher < felix.schumac...@internetallee.de>: > > > Am 7. Oktober 2016 11:18:55 MESZ, schrieb sebb : > >On 7 October 2016 at 10:13, Philippe Mouawad > > wrote: > >> Hello, > >> A common error made by newbies and other is to insert in variables > >na

Re: Trim variables in CSV Data Set

2016-10-07 Thread Felix Schumacher
Am 7. Oktober 2016 11:18:55 MESZ, schrieb sebb : >On 7 October 2016 at 10:13, Philippe Mouawad > wrote: >> Hello, >> A common error made by newbies and other is to insert in variables >names >> spaces before varname, which leads to errors later when they use var >name >> without space. >> >> For

Re: Trim variables in CSV Data Set

2016-10-07 Thread sebb
On 7 October 2016 at 10:13, Philippe Mouawad wrote: > Hello, > A common error made by newbies and other is to insert in variables names > spaces before varname, which leads to errors later when they use var name > without space. > > For example: > variables=name, firstname > > Requires to use ${ f

Trim variables in CSV Data Set

2016-10-07 Thread Philippe Mouawad
Hello, A common error made by newbies and other is to insert in variables names spaces before varname, which leads to errors later when they use var name without space. For example: variables=name, firstname Requires to use ${ firstname} which is kind of weird. I propose to make a trim on variab