Bug fix for conditions not applying to correct columns
Occasionally when the column name, started with the letters contained within keywords for conditions, it would also strip these out.
e.g
conditions: where email = test@test.com
as where contains an e and email starts with an e it would turn it into
where mail = test@.com removing the first e