salesforce-marketingcloud / FuelSDK-Java

Salesforce Marketing Cloud Java SDK
BSD 3-Clause "New" or "Revised" License
72 stars 123 forks source link

Quote DE Key in expression when selecting rows #116

Open dkBrazz opened 4 years ago

dkBrazz commented 4 years ago

CustomerKey (External Key) may contain spaces, and if it does than parser takes the first word from it

If the key is "Test DE 2" we will have "key=[Test]" in the parsed expression

At least this bug may cause inability to retrieve data At most this may lead to data corruption if we have intersecting keys like "Test" and "Test DE"