How do I enclose table name (sql server) containing space while mapping files using d2rq
language? table name is Compression Stats
So in my mapping file I have among other things:
d2rq:condition "Compression Stats.VelocityID = '2145C'" ;
I tried [], ```, () around table, and table.column, but nothing is working. Does anyone know?