I've tried to find out an equivalent for mapping mentioned below, but couldn't succeed.
{
"type": "string",
"null_value": "NULL"
}
When I try the following:
{
"type": "text",
"null_value": "NULL"
}
It is giving unsupported parameter for text
error.
Can someone provide pointers to fix this?
Thanks in Advance!