I have noticed a problem in my story where I need to change the ExampleTableSeperatorValue (since a webpage title contains a vertical bar). From the Jira and the actual implementation I gather that this is possible by creating a properties file, which I have yet to do, however I think it would be better if the seperator could be changed for an individual table (like {trim=false}) or support quote-like characters to enclose the string inside the table field is necessary.

E.g.

{ExamplesTableValueSeparator=!}
!url!title!
!http://www.example.com/!example.com|Example!

or

|url|title|
|http://www.example.com/|"example.com|Example"|

if you want to go really crazy, the quote character could configurable as well, similar to perl, e.g.

{quote=[ ]}

|url|title|
|http://www.example.com/|[example.com|Example]|

or

{quote="}

to get the same behavior as above.

If you think this is a good idea, I would be willing to implement it (if not, I can live with properties table as well).




---------------------------------------------------------------------
To unsubscribe from this list, please visit:

   http://xircles.codehaus.org/manage_email


Reply via email to