FuelSDK-Java
FuelSDK-Java copied to clipboard
Quote DE Key in expression when selecting rows
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"