Designing and Running Pipelines
Discuss how to use the SnapLogic platform.
cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Postgresql Lookup on a float value

Hello, I have a lookup snap that verify if a specific data exist in a specific table. The type of the column is a float. When I do the lookup : and when I verify that the value (here “2”) exist in the column named “value” the lookup return me false...

Encountered Extraneous Input

Hi all, I got the Extraneous input error when i compiled the below expression in Mapper, _perm == 'F'? ["R", "W", "X"]:(_perm=='RW'?["R", "W"]:(_perm=='RE'?["R", "X"]:(_perm=='R'?["R"]:[ ]))): [] Error: Could not compile expression: (_perm == ‘F’ ? [...