A couple of feature/bug requests:
1) The way XTabulator handles CSV files is not very standard, and it causes issues with some of my more complicated files. Most CSV processors will allow commas or whatever delimiter is used to be in the text in a particular column, as long as all of the text is quoted. for instance, given a file with the following line:
text,"some, text","some more, text"
Most CSV processors will take the quotes into account and parse them as the columns:
text | some, text | some more, text
XTabulator, however, parses it into the following columns:
text | "some | text" | "some more | text"
This really needs to be fixed for it to be useful in anything but the most basic cases.
2) I would love it if it had search/replace functionality. Especially if it supported Regular Expressions. I would like to be able to search and replace all of the rows in a particular column, etc.
Quoted Field Bug
Yes, this one is biting me now as I'm trying to fold your license info into the sales database.
It will be fixed.
I'll enter it into the issues database, but please enter your regular expression support request as well.
Alfonso