Yes, let's make it null.
Michael
On 20 May 2010 17:17, Andrea Aime wrote:
>
> So recode acts like an hashamp right, it's a key/value transformation?
> I would say, we return null if the key is not known. Same contract
> as a java Map?
>
---
Michael Bedward ha scritto:
> Hi folks,
>
> I'm looking at getting the Recode function working but, as usual, the
> symbology encoding specs are quiet about some of the fiddly bits...
> It's basically just a table lookup.
>
> Questions: What do we return if the lookup value isn't found ?
So re
On 20/05/2010, at 4:53 PM, Michael Bedward wrote:
> Hi Jody,
>
>> There is something you may of missed in the spec...
>>
>> See where it returns se:Function? That mandates that a "fallback" value is
>> provided; I
>> think that the fallback value may be used in cases where lookup value is not
Hi Jody,
> There is something you may of missed in the spec...
>
> See where it returns se:Function? That mandates that a "fallback" value is
> provided; I
> think that the fallback value may be used in cases where lookup value is not
> found.
Unfortunately I don't think that's right. For func
There is something you may of missed in the spec...
See where it returns se:Function? That mandates that a "fallback" value is
provided; I think that the fallback value may be used in cases
where lookup value is not found.
I agree that text lookups should be case-insensitvie.
You may also enjo
Hi folks,
I'm looking at getting the Recode function working but, as usual, the
symbology encoding specs are quiet about some of the fiddly bits...
It's basically just a table lookup.
Questions: What do we return if the lookup value isn't found ? Should
text lookups be case-insensitive ? (I woul