<div dir="ltr"><div><div>Hi Hugo,<br><br></div>                Null value showed in sql<br><br> +---------------------+<br>| NULL                |<br>| NULL                |<br>+---------------------+<br><br></div>When we applied it with map like below, It returns the following error<br><b>(cowboy_ws_server@Erlang)27> maps:get("A", NULL, Some).<br>* 1: variable 'NULL' is unbound<br>(cowboy_ws_server@Erlang)28> <br><br><br><br><br><br></b><div><br></div></div><div class="gmail_extra"><br><div class="gmail_quote">On 13 September 2017 at 17:35, Hugo Mills <span dir="ltr"><<a href="mailto:hugo@carfax.org.uk" target="_blank">hugo@carfax.org.uk</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><span class="">On Wed, Sep 13, 2017 at 05:01:37PM +0530, Palanikumar Gopalakrishnan wrote:<br>
> Hi Guys,<br>
>                 I want to get data from mysql and append them into map. But<br>
> some row had null values. Hence i cant able to convert the null value into<br>
> map. Its there any way to convert null value into map.<br>
<br>
</span>   Why can't you put nulls into a map? This works, for example:<br>
<br>
2> #{null => null}.<br>
#{null => null}<br>
<br>
so we can clearly put some null atom in both key and value positions<br>
in a map.<br>
<br>
   If you could show an example row without a null, and what that<br>
turns into when you put it in a map, and then show how this fails when<br>
you do have a null, then it might be easier to answer your question.<br>
<span class="HOEnZb"><font color="#888888"><br>
   Hugo.<br>
<br>
--<br>
Hugo Mills             | Klytus! Are your men on the right pills? Maybe you<br>
hugo@... <a href="http://carfax.org.uk" rel="noreferrer" target="_blank">carfax.org.uk</a> | should execute their trainer!<br>
<a href="http://carfax.org.uk/" rel="noreferrer" target="_blank">http://carfax.org.uk/</a>  |<br>
PGP: E2AB1DE4          |                      Ming the Merciless, Flash Gordon<br>
</font></span></blockquote></div><br><br clear="all"><br>-- <br><div class="gmail_signature" data-smartmail="gmail_signature"><div dir="ltr"><div><div dir="ltr"><div><div dir="ltr"><div><div dir="ltr"><div><div><br></div><div><b>Warm Regards,</b></div></div><div><br></div><div><span style="background-color:rgb(255,255,255)"><span style="font-size:12.8px"><b>Palanikumar Gopalakrishnan </b></span></span><img src="https://ssl.gstatic.com/mail/emoji/6/48px/emoji_u270c.png" alt="✌" style="font-size:small;margin:0px 0.2ex;vertical-align:middle;height:24px;width:24px"><span style="background-color:rgb(255,255,255)"><br></span></div><div><span style="font-size:12.8px;background-color:rgb(255,255,255)"><b>Developer</b></span><br></div><div><br></div><div><br></div></div></div></div></div></div></div></div></div>
</div>