04-10-2020, 06:43 PM
Hi Team, I have a sType where I created the columns by importing a spreadsheet where some column names had spaces. It seems to have created the columns with spaces that are ok to reference in the filter part of an expression but not for a column reference in a @GET expression. An example is:
I tried a few things and also double-checked in psql that the spaces are there. I had thought that Tactic replaced the spaes in column names during csv import but seems to not be the case now.
thanks!
-Dan
Code:
email_expr = "@GET(msm/wp_orders['Order Status', 'Processing'].Email Billing)"
email_list = server.eval(email_expr)
I tried a few things and also double-checked in psql that the spaces are there. I had thought that Tactic replaced the spaes in column names during csv import but seems to not be the case now.
thanks!
-Dan